Information about plays

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

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

{
    "id": 3640390,
    "uri": "https://api.kexp.org/v2/plays/3640390/?format=api",
    "airdate": "2026-04-10T18:08:15-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rid of Me",
    "track_id": "e8816a89-6240-4bc0-8dd0-07df0badf99c",
    "recording_id": "e399f37e-762b-4515-a318-843533cf4e8d",
    "artist": "Nilüfer Yanya",
    "artist_ids": [
        "4173ee0d-e003-496a-98eb-a2eaa90cb3f7"
    ],
    "album": "Rid of Me",
    "release_id": "b4952039-c7fe-4cf0-9b90-a4ac2f8f0a1c",
    "release_group_id": "521bc507-7240-401a-82e1-aad99e2f8412",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2022-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nilüfer Yanya's cover of Rid of Me by PJ Harvey!\nhttps://niluferyanya.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}