Information about plays

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

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

{
    "id": 3616805,
    "uri": "https://api.kexp.org/v2/plays/3616805/?format=api",
    "airdate": "2026-02-13T02:41:16-08:00",
    "show": 65918,
    "show_uri": "https://api.kexp.org/v2/shows/65918/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe60b789-cd7f-49bf-98ff-e04cc5a0727d/41660556498-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe60b789-cd7f-49bf-98ff-e04cc5a0727d/41660556498-250.jpg",
    "song": "Flip the Narrative",
    "track_id": null,
    "recording_id": "04b6dd68-1cbf-4aae-9ea9-8f310a6c488b",
    "artist": "LTJ Bukem",
    "artist_ids": [
        "28c1b7b7-355a-48b1-b2c4-75b8eb8080ef"
    ],
    "album": "Flip the Narrative",
    "release_id": null,
    "release_group_id": "08ab48f3-d07b-4985-8614-5ca620a66ab6",
    "labels": [
        "Drum&BassArena"
    ],
    "label_ids": [
        "080d8e1e-1cd7-4314-9b8b-099d2ff97956"
    ],
    "release_date": "2021-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}