Information about plays

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

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

{
    "id": 3521085,
    "uri": "https://api.kexp.org/v2/plays/3521085/?format=api",
    "airdate": "2025-07-01T06:00:04-07:00",
    "show": 63889,
    "show_uri": "https://api.kexp.org/v2/shows/63889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Screenwriter's Blues (clean radio edit)",
    "track_id": "318a867e-4161-415f-904a-2cacdd786bca",
    "recording_id": "bbd71d61-b8a1-4e59-a534-f3ecccd82ab9",
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "Screenwriter's Blues",
    "release_id": "87cfe963-f297-4c99-84fb-17b6809650a4",
    "release_group_id": "f5e3a43f-5c41-4a21-b007-e43f4df68c89",
    "labels": [
        "Slash",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul Coughing is an American alternative rock band composed of vocalist/guitarist Mike Doughty, keyboardist/sampler Mark Degli Antoni, bassist Sebastian Steinberg, and drummer Yuval Gabay. Soul Coughing developed a devout fanbase and although they broke up in 2000, they reunited for a tour in 2024.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}