Information about plays

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

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

{
    "id": 3571685,
    "uri": "https://api.kexp.org/v2/plays/3571685/?format=api",
    "airdate": "2025-10-30T04:52:25-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ca6d991-bd9f-41f2-9929-27b6495679b3/32213755866-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ca6d991-bd9f-41f2-9929-27b6495679b3/32213755866-250.jpg",
    "song": "Ghetto Spaceship",
    "track_id": null,
    "recording_id": "5094f352-01c4-4997-9de4-9befcc826b3b",
    "artist": "The Black Tones",
    "artist_ids": [
        "ddcfd686-79f0-4eda-9eb9-4c28591bf87e"
    ],
    "album": "Cobain and Cornbread",
    "release_id": null,
    "release_group_id": "f869d011-7fb7-438f-b1b4-497670bee3a1",
    "labels": [
        "Reptar Records"
    ],
    "label_ids": [
        "a72b4a00-1646-4abe-a0f5-0aeb5ea1af8d"
    ],
    "release_date": "2019-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Tones performed live in the KEXP studio in June 2019. Watch the full performance, including \"Ghetto Spaceship\" and a conversation with Cheryl Waters, here: https://youtu.be/szOQRFxGOkk\n\nhttps://theblacktones.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}