Information about plays

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

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

{
    "id": 3599703,
    "uri": "https://api.kexp.org/v2/plays/3599703/?format=api",
    "airdate": "2026-01-03T15:54:45-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Being Fine",
    "track_id": "74e026b9-b82d-471d-9185-179ea906eda6",
    "recording_id": "38c321f3-e61c-4081-aef6-b72142544cc0",
    "artist": "King Hannah",
    "artist_ids": [
        "39c0f0b4-f310-46d4-81fb-3ba0093092e0"
    ],
    "album": "I'm Not Sorry, I Was Just Being Me",
    "release_id": "2f26d2fd-6594-49fd-b18d-395434940ce6",
    "release_group_id": "05895684-1c34-4ee5-8303-a49d7a8a37e0",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2022-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Hannah is from Liverpool, England and this track comes from their 2022 album, 'I'm Not Sorry, I Was Just Being Me'.\n\nhttps://kinghannah.bandcamp.com/album/i-m-not-sorry-i-was-just-being-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}