Information about plays

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

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

{
    "id": 3603944,
    "uri": "https://api.kexp.org/v2/plays/3603944/?format=api",
    "airdate": "2026-01-13T18:10:22-08:00",
    "show": 65642,
    "show_uri": "https://api.kexp.org/v2/shows/65642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadweight",
    "track_id": "ad12faa2-53dc-3beb-9239-fa8c7f015c9c",
    "recording_id": "f503d3cd-db5a-47ad-af12-a5dae911d4e1",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Odelay",
    "release_id": "8bfe1eff-ca59-4785-bfc7-492ebab66192",
    "release_group_id": "f2466d20-9a29-3baa-bfac-c245410e925f",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2008-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck's \"Deadweight\" samples Iron Butterfly, Louis Jordan and Grand Funk Railroad.  It was released on the soundtrack to 'A Life Less Ordinary' at the end of 1997. -- https://bit.ly/3rQW2wg \n\nEnjoy this video: https://youtu.be/vptfm9D6owo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}