Information about plays

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

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

{
    "id": 3567478,
    "uri": "https://api.kexp.org/v2/plays/3567478/?format=api",
    "airdate": "2025-10-20T05:54:27-07:00",
    "show": 64884,
    "show_uri": "https://api.kexp.org/v2/shows/64884/?format=api",
    "image_uri": "https://ia800205.us.archive.org/12/items/mbid-b85eb846-5e9c-4b3d-aa36-66fd836fdcaf/mbid-b85eb846-5e9c-4b3d-aa36-66fd836fdcaf-10164473163_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/12/items/mbid-b85eb846-5e9c-4b3d-aa36-66fd836fdcaf/mbid-b85eb846-5e9c-4b3d-aa36-66fd836fdcaf-10164473163_thumb250.jpg",
    "song": "Dreams Never End",
    "track_id": "1d67a14b-5fa6-3cd0-9651-84051d487e10",
    "recording_id": "24405c01-1c11-4789-a845-5347fb36116d",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Movement",
    "release_id": "b85eb846-5e9c-4b3d-aa36-66fd836fdcaf",
    "release_group_id": "0f891855-ea0c-36f4-b851-0cbf9eeb5a95",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Movement was #764 on KEXP Listeners' Favorite Albums of All Time. \nhttps://www.kexp.org/countdowns/2025-all-time-favorite-albums/\n\nAnd \"Dreams Never End\" is the first song off of the first album from New Order!\n\nOriginally released on Nov. 13, 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}