Information about plays

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

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

{
    "id": 3611603,
    "uri": "https://api.kexp.org/v2/plays/3611603/?format=api",
    "airdate": "2026-01-31T21:10:07-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persecution",
    "track_id": null,
    "recording_id": null,
    "artist": "Haram",
    "artist_ids": [
        "b2f2363f-ccb9-4e01-906e-abebe45caea6"
    ],
    "album": "Why Does Paradise Begin in Hell?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Toxic State Records"
    ],
    "label_ids": [
        "6bea8723-4ead-4a62-8c28-baf8edd8ae81"
    ],
    "release_date": "2025-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Why Does Paradise Begin in Hell?  made Mac's Top 10 Albums of 2025.\n\nYou can check out footage of Haram performing live in their hometown of NYC by following the link below:\n\nhttps://youtu.be/-L63XbHTV08?si=o2h6UjZEgIYMyGvM\nhttps://haramharam.bandcamp.com/\nhttps://clrvynt.com/haram-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}