Information about plays

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

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

{
    "id": 3626236,
    "uri": "https://api.kexp.org/v2/plays/3626236/?format=api",
    "airdate": "2026-03-07T03:18:27-08:00",
    "show": 66114,
    "show_uri": "https://api.kexp.org/v2/shows/66114/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-48e9ce54-161a-4b2c-bce8-607240a9195c/mbid-48e9ce54-161a-4b2c-bce8-607240a9195c-24350207578_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/8/items/mbid-48e9ce54-161a-4b2c-bce8-607240a9195c/mbid-48e9ce54-161a-4b2c-bce8-607240a9195c-24350207578_thumb250.jpg",
    "song": "Licking an Orchid",
    "track_id": "955320c0-244a-4acb-b5f4-06c182b1e405",
    "recording_id": "2ee6a814-bd51-4757-ab56-50ec2fb4b392",
    "artist": "Yves Tumor featuring James K",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3",
        "1b1ecf77-6435-4c3f-9570-9ae941112ade"
    ],
    "album": "Licking an Orchid",
    "release_id": "48e9ce54-161a-4b2c-bce8-607240a9195c",
    "release_group_id": "aef995b8-dd19-43cb-b455-d50b3bc22af8",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2018-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}