Information about plays

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

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

{
    "id": 3611077,
    "uri": "https://api.kexp.org/v2/plays/3611077/?format=api",
    "airdate": "2026-01-30T14:55:37-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Universal Tribulation",
    "track_id": null,
    "recording_id": "35129150-b7da-41b3-98e2-449d515d3dfe",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Gregory Isaacs",
    "release_id": null,
    "release_group_id": "639b64d6-a365-4836-b2b2-0b53cc38301f",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Skid and Taylor!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}