Information about plays

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

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

{
    "id": 3600512,
    "uri": "https://api.kexp.org/v2/plays/3600512/?format=api",
    "airdate": "2026-01-05T08:31:35-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "https://ia902904.us.archive.org/4/items/mbid-3ce46b79-5e8c-470a-bcdc-45f301d09f60/mbid-3ce46b79-5e8c-470a-bcdc-45f301d09f60-31475411558_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/4/items/mbid-3ce46b79-5e8c-470a-bcdc-45f301d09f60/mbid-3ce46b79-5e8c-470a-bcdc-45f301d09f60-31475411558_thumb250.jpg",
    "song": "Blinded by the Light",
    "track_id": "2ae56e10-b1a0-4d58-9b5f-5a334e5938fe",
    "recording_id": "3497900e-6c78-47d8-a6ae-4526e7f3bfd6",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Greetings From Asbury Park, N.J.",
    "release_id": "3ce46b79-5e8c-470a-bcdc-45f301d09f60",
    "release_group_id": "c497fc44-ddaf-3cce-a9b4-bfec958a0f3c",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1973, Bruce Springsteen released this album.\n\nBruce said of this song: “I was 23 years old, I wanted to create my own ridiculous language”: https://ultimateclassicrock.com/bruce-springsteen-blinded-by-the-light \nhttps://brucespringsteen.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}