Information about plays

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

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

{
    "id": 3624412,
    "uri": "https://api.kexp.org/v2/plays/3624412/?format=api",
    "airdate": "2026-03-02T13:24:28-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Auntie's Building",
    "track_id": "322c78ce-f275-45ce-8e32-e92dfd49281d",
    "recording_id": "d6f4a37f-fc86-4f43-ae9a-4b85c3fca5fa",
    "artist": "Open Mike Eagle",
    "artist_ids": [
        "4508a423-daaa-4d43-a839-aa1a9be88a9c"
    ],
    "album": "Brick Body Kids Still Daydream",
    "release_id": "e37dbc4b-fc74-4ae1-866b-5872b94742a3",
    "release_group_id": "5d5b7b6f-8f41-4a6e-9854-e5ed2b6378a3",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2017-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sixth studio album from Chicago born, LA based rapper, producer and comedian Open Mike Eagle aka Michael W. Eagle II.\n\n'Brick Body Kids Still Daydream' is a concept album about the Robert Taylor Homes, a public housing project in Chicago, Illinois.\n\nhttps://mikeeagle.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}