Information about plays

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

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

{
    "id": 3579780,
    "uri": "https://api.kexp.org/v2/plays/3579780/?format=api",
    "airdate": "2025-11-18T09:19:43-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?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": "Silver",
    "track_id": null,
    "recording_id": "b5995117-a9db-4919-bb50-1c06968d13ae",
    "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": "Echo & the Bunnymen's Ocean Rain is our album of the week!\n--\nReleased on April 13th 1984, this song was the second single to be released from the band's 1984 album Ocean Rain.\n\nhttps://www.bunnymen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}