Information about plays

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

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

{
    "id": 3521488,
    "uri": "https://api.kexp.org/v2/plays/3521488/?format=api",
    "airdate": "2025-07-02T03:17:31-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-a6ab1dff-559a-43b9-b928-34dc0366cb5b/mbid-a6ab1dff-559a-43b9-b928-34dc0366cb5b-29088039960_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-a6ab1dff-559a-43b9-b928-34dc0366cb5b/mbid-a6ab1dff-559a-43b9-b928-34dc0366cb5b-29088039960_thumb250.jpg",
    "song": "Drone Bomb Me",
    "track_id": "0678f585-9248-444b-9195-4d1cbc15e2cb",
    "recording_id": "45f78029-6b5e-4836-9744-1c9cd9532982",
    "artist": "ANOHNI",
    "artist_ids": [
        "f9f7085b-ad7b-4bc7-97c3-3dc5a273f959"
    ],
    "album": "HOPELESSNESS",
    "release_id": "a6ab1dff-559a-43b9-b928-34dc0366cb5b",
    "release_group_id": "7c2f9ad0-029d-4ae3-93c2-0fe50397339b",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the subject of the song's meaning, Anohni said:\n\nIt’s a love song from the perspective of a girl in Afghanistan, say a 9-year-old girl whose family’s been killed by a drone bomb. She is kind of looking up at the sky and she’s gotten herself to a place where she just wants to be killed by a drone bomb too.https://www.youtube.com/watch?v=aUEoic7ro_o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}