Information about plays

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

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

{
    "id": 3608906,
    "uri": "https://api.kexp.org/v2/plays/3608906/?format=api",
    "airdate": "2026-01-25T09:24:43-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "https://coverartarchive.org/release/57871772-b027-4b55-bd60-a04873c2385b/8028152845-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57871772-b027-4b55-bd60-a04873c2385b/8028152845-250.jpg",
    "song": "Dimples",
    "track_id": null,
    "recording_id": "62c3cf14-48b6-4578-9e71-6170f84e7ae9",
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "The Animals",
    "release_id": null,
    "release_group_id": "3131932b-bc2f-3c6a-a08c-23a5ae95ec27",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "1964-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of the John Lee Hooker classic by the British band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}