Information about plays

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

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

{
    "id": 3562742,
    "uri": "https://api.kexp.org/v2/plays/3562742/?format=api",
    "airdate": "2025-10-08T16:51:37-07:00",
    "show": 64781,
    "show_uri": "https://api.kexp.org/v2/shows/64781/?format=api",
    "image_uri": "https://ia802802.us.archive.org/32/items/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc-21284926670_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/32/items/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc-21284926670_thumb250.jpg",
    "song": "Down on the Street",
    "track_id": "e7467df4-98a6-3510-b4a7-2d84deab851c",
    "recording_id": "bf3b4028-b400-47bf-9bad-73b12a2aead4",
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "Fun House",
    "release_id": "5a983b03-a4a1-4a90-8e07-55d4032511fc",
    "release_group_id": "edd57263-df77-3f1a-8803-8beb5d5b1a64",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#273...\n---\nWhite Stripes frontman Jack White professed, \"In my mind, Fun House is the greatest rock n' roll record ever made. I'll always feel that.\" And Thurston Moore of Sonic Youth claimed, \"[The Stooges] were the perfect embodiment of what music should be.\"\n\n\"Down on the Street\" is the opening song from the Stooges' most definitive album, \"Fun House,\" and its often heralded as the Stooges' and Iggy's most \"super killer jams.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}