Information about plays

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

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

{
    "id": 3624262,
    "uri": "https://api.kexp.org/v2/plays/3624262/?format=api",
    "airdate": "2026-03-02T04:04:22-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inbetweenies",
    "track_id": "a5b7d48b-b5ba-39c4-8bfa-94d82cef9671",
    "recording_id": "33bf47d8-ddb6-4f23-8108-068c592b1466",
    "artist": "Ian Dury & The Blockheads",
    "artist_ids": [
        "d4675794-9ad3-48eb-bcd4-b98be183b396"
    ],
    "album": "Sex & Drugs & Rock & Roll: The Best of Ian Dury and The Blockheads",
    "release_id": "e9754dc4-aa5f-420b-8ba8-4bc474b2321f",
    "release_group_id": "7e56d211-d693-3a15-84d6-ef85f74d4a34",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}