Information about plays

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

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

{
    "id": 3584169,
    "uri": "https://api.kexp.org/v2/plays/3584169/?format=api",
    "airdate": "2025-11-28T16:37:47-08:00",
    "show": 65233,
    "show_uri": "https://api.kexp.org/v2/shows/65233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rise Above",
    "track_id": "6e4c1104-69c0-313d-a455-14ef5efe6dd1",
    "recording_id": "aff08032-4540-45c4-b047-1d7c4d8edeaf",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": "912cbf3f-77f5-3290-b8ce-d2611feb7f20",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Deanene in Fremont for this request!\n\nHi Kevin, happy black Friday & record store day! I feel that today demands Black Flag. If you can fit it in, this retail slave would appreciate it. 😉",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}