Information about plays

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

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

{
    "id": 3598055,
    "uri": "https://api.kexp.org/v2/plays/3598055/?format=api",
    "airdate": "2025-12-30T15:42:50-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fall in a River",
    "track_id": "58bb784d-1464-3f32-827b-a91367868453",
    "recording_id": "848c0a91-940e-406b-b37b-877b9fa17130",
    "artist": "Badly Drawn Boy",
    "artist_ids": [
        "0881daf1-20df-4a3e-a84f-6476a84bb172"
    ],
    "album": "The Hour of Bewilderbeast",
    "release_id": "add3661e-ae37-3d89-92fb-880e1979082e",
    "release_group_id": "b53623c2-266f-393f-9bc5-71eaac3b5a31",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Damon Michael Gough, known by the stage name Badly Drawn Boy, is an English indie singer-songwriter and multi-instrumentalist. \n---\nhttps://badlydrawnboy.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}