Information about plays

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

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

{
    "id": 3552606,
    "uri": "https://api.kexp.org/v2/plays/3552606/?format=api",
    "airdate": "2025-09-13T18:36:04-07:00",
    "show": 64554,
    "show_uri": "https://api.kexp.org/v2/shows/64554/?format=api",
    "image_uri": "https://ia801403.us.archive.org/3/items/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911-16263447018_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/3/items/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911/mbid-c22d422d-2b22-4933-afe5-b0d2fb546911-16263447018_thumb250.jpg",
    "song": "Electricity, Electricity",
    "track_id": "0347936c-60a5-32c4-a9e1-16e8e317d0f7",
    "recording_id": "c7871e17-119a-414c-a5b8-d1c3754550b5",
    "artist": "Goodness",
    "artist_ids": [
        "9b921f65-218b-4688-b0ed-bec623313230"
    ],
    "album": "Schoolhouse Rock! Rocks",
    "release_id": "c22d422d-2b22-4933-afe5-b0d2fb546911",
    "release_group_id": "0e7c9593-d02a-3e5c-8d96-704025086f79",
    "labels": [
        "Lava"
    ],
    "label_ids": [
        "124c5a9d-73df-4973-bff8-5ebe98cc8168"
    ],
    "release_date": "1996-04-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Goodness covering Schoolhouse Rock! for the \"Schoolhouse Rock! Rocks\" tribute album in 1996.\n\nThey're playing AUDIOASIS LIVE on September 27th alongside Little Venom and Zookraught!! Come down and hang with us!\n\nhttps://everout.com/seattle/events/audioasis-live/e216987/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}