Information about plays

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

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

{
    "id": 3611111,
    "uri": "https://api.kexp.org/v2/plays/3611111/?format=api",
    "airdate": "2026-01-30T17:03:37-08:00",
    "show": 65795,
    "show_uri": "https://api.kexp.org/v2/shows/65795/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-44dd4fb1-9a25-33dd-a300-e52feb51ee86/mbid-44dd4fb1-9a25-33dd-a300-e52feb51ee86-30948570356_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-44dd4fb1-9a25-33dd-a300-e52feb51ee86/mbid-44dd4fb1-9a25-33dd-a300-e52feb51ee86-30948570356_thumb250.jpg",
    "song": "Chatma",
    "track_id": "e1fdf6ae-6212-3787-b909-58d74ce80003",
    "recording_id": "db4cb88f-24d1-44ef-8c53-4219dfef4cd7",
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Amassakoul",
    "release_id": "44dd4fb1-9a25-33dd-a300-e52feb51ee86",
    "release_group_id": "6cdb9d95-8b54-34d4-a68e-7af11f766d88",
    "labels": [
        "Independent Records"
    ],
    "label_ids": [
        "44e9cee6-e81a-4204-83ae-7f1e2aa49fad"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Send out the rallying cry, my sisters\nAll over the village\nUnder my skin is the fire\nOf rage and anger\nShouted out at the gathering of my brothers\nSuffering for far too long\nAnd in my misery\nLoud and clear\n\nhttps://tinariwen.bandcamp.com/track/chatma-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}