Information about plays

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

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

{
    "id": 3422019,
    "uri": "https://api.kexp.org/v2/plays/3422019/?format=api",
    "airdate": "2024-11-06T07:22:53-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/158592ed-4ec7-47c0-8fe8-dbcefffc745c/17900998129-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/158592ed-4ec7-47c0-8fe8-dbcefffc745c/17900998129-250.jpg",
    "song": "Miss Sarajevo",
    "track_id": null,
    "recording_id": "f2d38335-d0a3-47a0-9024-701b97864770",
    "artist": "Passengers",
    "artist_ids": [
        "e110c11f-1c94-4471-a350-c38f46b29389"
    ],
    "album": "Original Soundtracks 1",
    "release_id": null,
    "release_group_id": "1edbf67b-8f85-3393-8136-d30f7f94e488",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1995. Original Soundtracks 1 is a studio album recorded by rock band U2 and Brian Eno under the pseudonym Passengers. The album is a collection of songs written for mostly imaginary films (the exceptions being songs for Ghost in the Shell, Miss Sarajevo, and Beyond the Clouds).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}