Information about plays

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

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

{
    "id": 3578742,
    "uri": "https://api.kexp.org/v2/plays/3578742/?format=api",
    "airdate": "2025-11-15T23:07:01-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c095f22-76cb-456b-9164-86e67a7544d9/24331149899-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c095f22-76cb-456b-9164-86e67a7544d9/24331149899-250.jpg",
    "song": "Why",
    "track_id": null,
    "recording_id": "c52d3f76-14b9-4743-862a-67f1269f7fce",
    "artist": "Crunchbird",
    "artist_ids": [
        "7e6ca92c-cf3f-41c3-ac77-8b7dddad57e3"
    ],
    "album": "Shit Happens",
    "release_id": null,
    "release_group_id": "3a9121bb-f198-4a96-8d17-0563de156941",
    "labels": [
        "P.I.G."
    ],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle artist; The name Crunchbird evokes a punk rock cartoon because, as Jimi Hendrix once said in an interview, \"Cartoons can do anything.\"\n\nhttps://pig-records.bandcamp.com/album/shit-happens",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}