Information about plays

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

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

{
    "id": 3601700,
    "uri": "https://api.kexp.org/v2/plays/3601700/?format=api",
    "airdate": "2026-01-08T05:08:52-08:00",
    "show": 65593,
    "show_uri": "https://api.kexp.org/v2/shows/65593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forever Young",
    "track_id": "191c399e-0f29-40f9-b03e-6f832f12e315",
    "recording_id": "393d84ef-cfd1-4b75-9b8d-900eddd309cf",
    "artist": "Alphaville",
    "artist_ids": [
        "31aa6f87-8d00-4ae9-a5cc-6d7eeea109d2"
    ],
    "album": "Forever Young",
    "release_id": "838da32d-e93d-4bc8-b222-427beb4a4b82",
    "release_group_id": "bd021fbe-fbe9-3564-96c7-14de208de37f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alphaville was a German synthpop/rock music group. The song was not a big hit when it was released, but has become well known as a result of its use in movies and TV shows.\n\nThe lyrics of \"Forever Young\" are an embodiment of the fear of nuclear war and were influenced heavily by the political climate of the early 1980s when it was written:\nhttps://genius.com/Alphaville-forever-young-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}