Information about plays

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

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

{
    "id": 3552512,
    "uri": "https://api.kexp.org/v2/plays/3552512/?format=api",
    "airdate": "2025-09-13T13:54:16-07:00",
    "show": 64552,
    "show_uri": "https://api.kexp.org/v2/shows/64552/?format=api",
    "image_uri": "https://ia904602.us.archive.org/27/items/mbid-0c5fc37e-c75c-49ee-9609-e69e7c0743ee/mbid-0c5fc37e-c75c-49ee-9609-e69e7c0743ee-2200354304_thumb500.jpg",
    "thumbnail_uri": "https://ia904602.us.archive.org/27/items/mbid-0c5fc37e-c75c-49ee-9609-e69e7c0743ee/mbid-0c5fc37e-c75c-49ee-9609-e69e7c0743ee-2200354304_thumb250.jpg",
    "song": "Deep Red Bells",
    "track_id": "3087c18d-c59f-37e4-87bc-17b6683c509c",
    "recording_id": "74a939b9-995b-4bc6-8393-1c52aae295d9",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Blacklisted",
    "release_id": "0c5fc37e-c75c-49ee-9609-e69e7c0743ee",
    "release_group_id": "ec08962a-433c-3071-9978-488e44a25a3b",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Another favorite album! Would you vote for this one? \n\nhttps://www.kexp.org/countdowns/2025-all-time-albums/\n\nThis song by Neko Case is a reflection of growing up in the shadow of a serial killer. Read KEXP's discussion of the story behind this song: https://www.kexp.org/read/2019/10/16/13-songs-halloween-deep-red-bells-neko-case/ \n--\nIn 2019, Case was interviewed by KEXP about her songwriting: https://www.kexp.org/read/2019/5/8/storytelling-silver-lining-neko-case-invites-us-into-the-little-apartment-of-her-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}