Information about plays

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

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

{
    "id": 3573843,
    "uri": "https://api.kexp.org/v2/plays/3573843/?format=api",
    "airdate": "2025-11-04T08:53:38-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Help Save the Youth of America",
    "track_id": "77bf3edd-621b-3d4f-9bda-e5055d5fa734",
    "recording_id": "2a3f98d2-9f48-4113-bb91-e39738c59066",
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Troubadours of the Folk Era, Volume 5: Singer-Songwriters of the 1980's",
    "release_id": "eaba5b43-88c1-4c24-a4a3-dee68fce541c",
    "release_group_id": "c6d9061f-9635-4c25-aff9-737a254c8ee4",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back to 2013 to see Billy Bragg perform for KEXP listeners during SXSW in Austin, Texas: https://www.youtube.com/watch?v=Y-R73tNgEUg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}