Information about plays

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

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

{
    "id": 3672312,
    "uri": "https://api.kexp.org/v2/plays/3672312/?format=api",
    "airdate": "2026-06-25T08:10:00-07:00",
    "show": 67082,
    "show_uri": "https://api.kexp.org/v2/shows/67082/?format=api",
    "image_uri": "https://dn720801.ca.archive.org/0/items/mbid-00be043c-37a8-473e-9e4c-2b7a80cf46a7/mbid-00be043c-37a8-473e-9e4c-2b7a80cf46a7-44496356004_thumb500.jpg",
    "thumbnail_uri": "https://dn720801.ca.archive.org/0/items/mbid-00be043c-37a8-473e-9e4c-2b7a80cf46a7/mbid-00be043c-37a8-473e-9e4c-2b7a80cf46a7-44496356004_thumb250.jpg",
    "song": "Shivers",
    "track_id": "d59404df-9130-4d1b-8e8b-3d0d95ebda1d",
    "recording_id": "afdf6a77-04b4-422a-b4c4-e931c839b4b2",
    "artist": "The Royston Club",
    "artist_ids": [
        "f97bc6cb-289f-4eaf-aeb5-3488d83b55cd"
    ],
    "album": "Songs For The Spine",
    "release_id": "00be043c-37a8-473e-9e4c-2b7a80cf46a7",
    "release_group_id": "3c00afcd-110e-4324-bcb5-d8106d4d7087",
    "labels": [
        "Run on Records"
    ],
    "label_ids": [
        "2364c0f4-f52f-4b0a-ac57-6809bf63c17c"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Royston Club performed LIVE on KEXP yesterday (June 24th) at 9:30am - check the archives!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}