Information about plays

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

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

{
    "id": 3526148,
    "uri": "https://api.kexp.org/v2/plays/3526148/?format=api",
    "airdate": "2025-07-12T21:12:40-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?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": "Born in ’69",
    "track_id": "0c419563-ed8a-3033-abe7-b77d38e87f02",
    "recording_id": "dc4085dc-702b-4790-9ca8-5b08d1c2df3d",
    "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 the last of three releases by Rocket from the Crypt in 1995. The EP The State of Art is on Fire and LP Hot Charity had preceded the album that year, and singer/guitarist John Reis would later refer to these three records as a \"trilogy\".\n\nhttp://www.rftc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}