Information about plays

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

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

{
    "id": 3572891,
    "uri": "https://api.kexp.org/v2/plays/3572891/?format=api",
    "airdate": "2025-11-02T01:58:31-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3c12811-53ec-4d71-b64b-93dedee8724a/11567906019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3c12811-53ec-4d71-b64b-93dedee8724a/11567906019-250.jpg",
    "song": "Scum + Caught...in a Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "Napalm Death",
    "artist_ids": [
        "ce7bba8b-026b-4aa6-bddb-f98ed6d595e4"
    ],
    "album": "Scum",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1:02:38\n\nNapalm Death has just been announced as the headliner for the MDF pre-show on May 20th.\n\nhttps://deathfests.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}