Information about plays

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

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

{
    "id": 3579334,
    "uri": "https://api.kexp.org/v2/plays/3579334/?format=api",
    "airdate": "2025-11-17T09:00:47-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://coverartarchive.org/release/78004d15-e548-32dc-be65-6f47fab7c6c8/17754171447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78004d15-e548-32dc-be65-6f47fab7c6c8/17754171447-250.jpg",
    "song": "Thorn of Crowns",
    "track_id": null,
    "recording_id": "7d1af9b9-3297-4e60-83a0-94df8da43ede",
    "artist": "Echo & the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": null,
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Liverpool goth rock crew Echo & The Bunnymen released Ocean Rain, their fourth full-length album, to critical acclaim in 1984. 41-years later it was our album of the week. Coincidence? I THINK NOT.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}