Information about plays

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

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

{
    "id": 3564790,
    "uri": "https://api.kexp.org/v2/plays/3564790/?format=api",
    "airdate": "2025-10-14T02:11:05-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia800503.us.archive.org/1/items/mbid-89dc4731-38bd-4e2d-81a7-d99e10809ed4/mbid-89dc4731-38bd-4e2d-81a7-d99e10809ed4-12415310434_thumb500.jpg",
    "thumbnail_uri": "https://ia800503.us.archive.org/1/items/mbid-89dc4731-38bd-4e2d-81a7-d99e10809ed4/mbid-89dc4731-38bd-4e2d-81a7-d99e10809ed4-12415310434_thumb250.jpg",
    "song": "Liar",
    "track_id": "2bb3cfea-24bf-35eb-8f0e-888f0605ee6b",
    "recording_id": "86850648-e3c1-4559-9453-bd31f993e71d",
    "artist": "Rollins Band",
    "artist_ids": [
        "3ca37f23-fdce-49ce-86e2-134c9a17ebc5"
    ],
    "album": "Weight",
    "release_id": "89dc4731-38bd-4e2d-81a7-d99e10809ed4",
    "release_group_id": "f2993c83-2d70-3084-af32-d6dbac6a08a5",
    "labels": [
        "Imago"
    ],
    "label_ids": [
        "aca4fd73-75d7-4690-b661-83be4d7fdc1e"
    ],
    "release_date": "1994-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}