Information about plays

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

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

{
    "id": 3548491,
    "uri": "https://api.kexp.org/v2/plays/3548491/?format=api",
    "airdate": "2025-09-03T15:43:39-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia801701.us.archive.org/22/items/mbid-934267e5-5718-3b04-ae49-f79dd77340a8/mbid-934267e5-5718-3b04-ae49-f79dd77340a8-3331791749_thumb500.jpg",
    "thumbnail_uri": "https://ia801701.us.archive.org/22/items/mbid-934267e5-5718-3b04-ae49-f79dd77340a8/mbid-934267e5-5718-3b04-ae49-f79dd77340a8-3331791749_thumb250.jpg",
    "song": "Ball Lightning",
    "track_id": "d750bd64-7d12-3958-8740-5b8f78dff726",
    "recording_id": "40e1498f-807e-4f2f-9435-da5b573dcb48",
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Scream, Dracula, Scream!",
    "release_id": "934267e5-5718-3b04-ae49-f79dd77340a8",
    "release_group_id": "ef9bedc1-12c2-3f31-9712-059a4263e55f",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Scream, Dracula, Scream!\" was Rocket from the Crypt's major label debut.\"  Here's a look back when the album turned 25: https://newnoisemagazine.com/anniversary-scream-dracula-scream-rocket-from-the-crypts-great-one-is-25/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}