Information about plays

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

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

{
    "id": 3637355,
    "uri": "https://api.kexp.org/v2/plays/3637355/?format=api",
    "airdate": "2026-04-03T17:15:56-07:00",
    "show": 66356,
    "show_uri": "https://api.kexp.org/v2/shows/66356/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34-1174161171_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34-1174161171_thumb250.jpg",
    "song": "The Rolling People",
    "track_id": "de0228a8-e991-38b2-8f8c-ffded5569c56",
    "recording_id": "99fe82c3-fc13-4f5b-9099-c00ac2d1dd54",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": "3dd0c8e4-af53-3605-9c20-f27c7635fb60",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The working title of The Rolling People was Funky Jam. There's some discussion about how close The Verve's \"The Rolling People\" is to Funkadelic's \"I Got a Thing.\": http://www.thevervelive.com/2008/02/origins-of-another-interpolation.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}