Information about plays

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

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

{
    "id": 3638656,
    "uri": "https://api.kexp.org/v2/plays/3638656/?format=api",
    "airdate": "2026-04-06T14:40:23-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-ad36e3d3-0717-4545-9d0a-e76a8a575b24/mbid-ad36e3d3-0717-4545-9d0a-e76a8a575b24-20190019089_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Don't Mess With Doctor Dream",
    "track_id": "6c4adc43-2792-3712-9442-44499ed0d465",
    "recording_id": "830b851a-170a-46e8-97a0-3015b56dd917",
    "artist": "Thompson Twins",
    "artist_ids": [
        "228af6b5-f691-4ed2-a63b-10cc6fcc1144"
    ],
    "album": "Greatest Hits",
    "release_id": "ad36e3d3-0717-4545-9d0a-e76a8a575b24",
    "release_group_id": "9af75364-8152-32d1-b991-794981679d0f",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1996-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Chris!\n\nThis song is an anti-heroin track written by band members Tom Bailey, Alannah Currie and Joe Leeway.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}