Information about plays

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

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

{
    "id": 3582239,
    "uri": "https://api.kexp.org/v2/plays/3582239/?format=api",
    "airdate": "2025-11-24T07:05:09-08:00",
    "show": 65198,
    "show_uri": "https://api.kexp.org/v2/shows/65198/?format=api",
    "image_uri": "https://ia801609.us.archive.org/0/items/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100-9227814008_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/0/items/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100-9227814008_thumb250.jpg",
    "song": "Blitzkrieg Bop",
    "track_id": "ca7caa67-d4de-3b29-8ec9-36146b8004cf",
    "recording_id": "0441c372-0624-4b06-8657-24390ed557eb",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Ramones",
    "release_id": "627e3a2a-2df4-46c3-afb3-f734dcc90100",
    "release_group_id": "7de1e321-4a53-3feb-b83e-f1dab88bf952",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1976-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“There was a big hit by the Bay City Rollers at the time called Saturday Night, which was a chant-type song,” says ex-drummer Tommy Ramone. “So I thought it would be fun to do for the Ramones too. And somehow I came up with ‘Hey! Ho! Let’s go!’ I just liked the term because it made fun of Mick Jagger singing the Stones’ version of Walking The Dog, where he goes ‘High low, tippy toe’. We all used to goof on that and sing ‘hey ho!’ instead.\n\nhttps://www.loudersound.com/features/story-behind-the-song-blitzkrieg-bop-by-the-ramones",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}