Information about plays

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

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

{
    "id": 3598793,
    "uri": "https://api.kexp.org/v2/plays/3598793/?format=api",
    "airdate": "2026-01-01T11:08:13-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cure for Pain",
    "track_id": "2b4656d1-ae0e-3222-a437-ee8d89c3fbd2",
    "recording_id": "a2d2aa7a-174c-432b-8d68-bc5f5839301d",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Cure for Pain",
    "release_id": "c6f2297e-4083-439e-b141-f947de988576",
    "release_group_id": "c27c4bc3-98da-33ea-ad7a-5a765ccf9580",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the title track for the Massachusetts band's second album, released in 1993.\n\nRead a remembrance of the song that \"solidified Boston's nocturnal sound\": https://www.wbur.org/artery/2018/09/14/morphine-boston-band-cure-for-pain\n--\nHere's an obituary of Morphine's Mark Sandman who collapsed on stage and died at age 46 in 1999: https://www.theguardian.com/news/1999/jul/13/guardianobituaries2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}