Information about plays

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

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

{
    "id": 3636091,
    "uri": "https://api.kexp.org/v2/plays/3636091/?format=api",
    "airdate": "2026-03-31T17:06:35-07:00",
    "show": 66331,
    "show_uri": "https://api.kexp.org/v2/shows/66331/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-05818f9e-4a92-4866-a23c-9adfb310a33c/mbid-05818f9e-4a92-4866-a23c-9adfb310a33c-37428089235_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-05818f9e-4a92-4866-a23c-9adfb310a33c/mbid-05818f9e-4a92-4866-a23c-9adfb310a33c-37428089235_thumb250.jpg",
    "song": "Femenine",
    "track_id": "fecbf0b9-4472-4ae0-a47c-7326f2544bb2",
    "recording_id": "24389c7e-c2fb-480c-bc84-5ca7a6e2befd",
    "artist": "Empress Of",
    "artist_ids": [
        "91cd6a5a-e0db-4329-837e-9b6479d1ed2d"
    ],
    "album": "Femenine",
    "release_id": "05818f9e-4a92-4866-a23c-9adfb310a33c",
    "release_group_id": "1476b15c-4c65-4927-bb15-a2869003987f",
    "labels": [
        "Major Arcana",
        "Giant Music"
    ],
    "label_ids": [
        "327f647c-c1f6-45e5-8023-410625d6daf1",
        "240ecf92-7dce-4437-b313-10625faa177a"
    ],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Empress Of performed this song Live on KEXP in 2024. You can watch the full session here: https://www.youtube.com/watch?v=bnbrf3L0Y-Y\n\nhttps://www.empressof.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}