Information about plays

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

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

{
    "id": 3621363,
    "uri": "https://api.kexp.org/v2/plays/3621363/?format=api",
    "airdate": "2026-02-23T17:29:07-08:00",
    "show": 66013,
    "show_uri": "https://api.kexp.org/v2/shows/66013/?format=api",
    "image_uri": "https://ia600704.us.archive.org/16/items/mbid-60592102-f7e3-4768-b65f-938dbd3dcac8/mbid-60592102-f7e3-4768-b65f-938dbd3dcac8-43597155390_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-60592102-f7e3-4768-b65f-938dbd3dcac8/mbid-60592102-f7e3-4768-b65f-938dbd3dcac8-43597155390_thumb250.jpg",
    "song": "Something Blue",
    "track_id": "3fe2db0d-627b-4ebf-adc7-611cf75f9c17",
    "recording_id": "b2619aa2-6bde-4158-b973-3529109b4b59",
    "artist": "Lucid Express",
    "artist_ids": [
        "c64ed7a6-fff8-4487-b590-21870d444c74"
    ],
    "album": "Instant Comfort",
    "release_id": "60592102-f7e3-4768-b65f-938dbd3dcac8",
    "release_group_id": "55bafec7-327e-4fe6-a719-0a4c26cca070",
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hong Kong. \n\nhttps://lucidexpress.bandcamp.com/album/instant-comfort",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}