Information about plays

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

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

{
    "id": 3632423,
    "uri": "https://api.kexp.org/v2/plays/3632423/?format=api",
    "airdate": "2026-03-22T16:12:16-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-79dbc600-9396-4288-a1e3-f3816e2c3043/mbid-79dbc600-9396-4288-a1e3-f3816e2c3043-10204000712_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-79dbc600-9396-4288-a1e3-f3816e2c3043/mbid-79dbc600-9396-4288-a1e3-f3816e2c3043-10204000712_thumb250.jpg",
    "song": "I Dig You",
    "track_id": "c9226986-34fa-3f09-9144-d8700254f7ce",
    "recording_id": "40ee2c55-26fa-49f9-9d5b-d6f0369146e2",
    "artist": "Cult Hero",
    "artist_ids": [
        "8d57652d-b0af-4a1d-b6bc-b4f68f2a14d5"
    ],
    "album": "I’m a Cult Hero",
    "release_id": "79dbc600-9396-4288-a1e3-f3816e2c3043",
    "release_group_id": "6fcb8333-e2f8-393e-a0a7-560c678bb901",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1979-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees of Robert Smith/The Cure!\n\nCult Hero was a 1979 side project of The Cure, designed to test collaborations between Robert Smith and future bassist Simon Gallup.\n\nFeaturing postman Frank Bell on vocals alongside Smith’s sisters, the group released a lone disco-influenced new wave single on Fiction Records: \"I'm a Cult Hero\" and \"I Dig You.\"\n\nThey briefly reunited to perform during a Cure encore in 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}