Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3421387/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3421387,
    "uri": "https://api.kexp.org/v2/plays/3421387/?format=api",
    "airdate": "2024-11-04T17:58:10-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/c001f6da-a254-43be-a217-a5a9414a332c/19815796245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c001f6da-a254-43be-a217-a5a9414a332c/19815796245-250.jpg",
    "song": "Romance- O Pourquoi Donc, In E Minor, S 169",
    "track_id": null,
    "recording_id": "70f74743-9ff0-481e-b30a-d19d62ff42f0",
    "artist": "郎朗",
    "artist_ids": [
        "43e1570a-1a0d-479f-9c95-fba971aec91a"
    ],
    "album": "Kuschelklassik 15",
    "release_id": null,
    "release_group_id": "42143719-d711-469d-9248-7725f2814657",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}