Information about plays

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

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

{
    "id": 3605597,
    "uri": "https://api.kexp.org/v2/plays/3605597/?format=api",
    "airdate": "2026-01-17T17:41:12-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In for A... Pound!",
    "track_id": "1894e42d-86ec-4cc4-a4c1-c6914c3e0de4",
    "recording_id": "802ec159-6f08-44f9-8b42-6542cb79c725",
    "artist": "Shaking Hand",
    "artist_ids": [
        "060536f6-9bef-4233-898c-57004bc27cdb"
    ],
    "album": "Shaking Hand",
    "release_id": "0dd1750b-9f26-4a15-baac-6c0006c11ed3",
    "release_group_id": "ff20e29f-ef49-46aa-b683-741081e51b10",
    "labels": [
        "Melodic"
    ],
    "label_ids": [
        "b0db63b8-7dda-42df-a9a7-e183d68ca5cc"
    ],
    "release_date": "2026-01-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shaking Hand is the Manchester band formed of frontman George Hunter, drummer Freddie Hunter, and bassist Ellis Hodgkiss. They're self-titled debut album is out now!\nhttps://shakinghandband.bandcamp.com/album/shaking-hand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}