Information about plays

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

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

{
    "id": 3578943,
    "uri": "https://api.kexp.org/v2/plays/3578943/?format=api",
    "airdate": "2025-11-16T11:18:10-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talking Seattle Grunge Rock Blues",
    "track_id": null,
    "recording_id": "3e02056c-5f66-4875-b2b4-3f505fab3d64",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Songs for the Daily Planet",
    "release_id": null,
    "release_group_id": "0e3ac98b-1ef7-372b-a4f7-8cdedd903117",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Todd Snider, who died of complications of pneumonia at age 59 on November 14th.\nhttps://toddsnider.net/bio/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}