Information about plays

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

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

{
    "id": 3633005,
    "uri": "https://api.kexp.org/v2/plays/3633005/?format=api",
    "airdate": "2026-03-24T05:40:51-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-320315f2-416f-4fd5-af2e-aed052f6b142/mbid-320315f2-416f-4fd5-af2e-aed052f6b142-32439500872_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-320315f2-416f-4fd5-af2e-aed052f6b142/mbid-320315f2-416f-4fd5-af2e-aed052f6b142-32439500872_thumb250.jpg",
    "song": "Roll Over",
    "track_id": "3e64991a-6a5e-34ef-a993-f9fa499f56f8",
    "recording_id": "1759c2ed-1b3f-4a83-8668-11dd9d8bff80",
    "artist": "Thompson Twins",
    "artist_ids": [
        "228af6b5-f691-4ed2-a63b-10cc6fcc1144"
    ],
    "album": "The Greatest Hits",
    "release_id": "320315f2-416f-4fd5-af2e-aed052f6b142",
    "release_group_id": "c82e4c39-d931-3ae6-a0f9-93ca34a2c09b",
    "labels": [
        "Camden"
    ],
    "label_ids": [
        "0ad7efed-9266-452c-9200-8a0b2eeefe4a"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Stevens collaborated with the Thompson Twins during a pivotal shift in their sound, contributing his signature rock guitar style to their 1985 album Here's to Future Days.\n\nStevens played lead guitar on the Nile Rodgers-produced version of \"Roll Over\". This version was notably punchier and more rock-oriented than the band's previous synth-pop material.\n\nStevens performed with the band at Live Aid in July 1985 at JFK Stadium. Watch their star-studded performance here: https://www.youtube.com/watch?v=c_KNArtcc9k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}