Information about plays

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

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

{
    "id": 3421994,
    "uri": "https://api.kexp.org/v2/plays/3421994/?format=api",
    "airdate": "2024-11-06T05:31:21-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia600209.us.archive.org/22/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/22/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb250.jpg",
    "song": "Road to Nowhere",
    "track_id": "7d825269-9621-3c2b-8f02-07e13d4abca8",
    "recording_id": "345b6c01-f0f7-4f91-ad2f-7a272d25d2d9",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime",
    "release_id": "a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1",
    "release_group_id": "4115ff42-4d79-3a95-a745-a07e66ff3c42",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Road to Nowhere\" is written by David Byrne for the 1985 Talking Heads album Little Creatures. The song is about facing a dire future with optimism.\n\"I wanted to write a song that presented a resigned, even joyful look at doom,\" Talking Heads singer David Byrne recalled in the liner notes of Once in a Lifetime: The Best of Talking Heads. - https://www.songfacts.com/facts/talking-heads/road-to-nowhere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}