Information about plays

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

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

{
    "id": 3621322,
    "uri": "https://api.kexp.org/v2/plays/3621322/?format=api",
    "airdate": "2026-02-23T14:55:19-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-d4e57d35-d8f8-4302-bca4-534b6227e284/mbid-d4e57d35-d8f8-4302-bca4-534b6227e284-14478188805_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-d4e57d35-d8f8-4302-bca4-534b6227e284/mbid-d4e57d35-d8f8-4302-bca4-534b6227e284-14478188805_thumb250.jpg",
    "song": "Demons",
    "track_id": "eedf3e21-c30d-4a86-a7da-dd6dd5a80c56",
    "recording_id": "46553869-a91a-489f-8694-b3cb8bc1e3c5",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Trouble Will Find Me",
    "release_id": "d4e57d35-d8f8-4302-bca4-534b6227e284",
    "release_group_id": "a5a2875f-41cb-4c48-9a72-e845d224db96",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://stereogum.com/1312932/the-national-demons/news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}