Information about plays

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

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

{
    "id": 3548078,
    "uri": "https://api.kexp.org/v2/plays/3548078/?format=api",
    "airdate": "2025-09-02T17:21:51-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia804508.us.archive.org/3/items/mbid-9f6d47c4-c87a-45aa-914e-c24769818afd/mbid-9f6d47c4-c87a-45aa-914e-c24769818afd-29572102253_thumb500.jpg",
    "thumbnail_uri": "https://ia904508.us.archive.org/3/items/mbid-9f6d47c4-c87a-45aa-914e-c24769818afd/mbid-9f6d47c4-c87a-45aa-914e-c24769818afd-29572102253_thumb250.jpg",
    "song": "Great Mass of Color",
    "track_id": "1c43405d-c402-4c13-960a-a258f6bc9298",
    "recording_id": "e1569422-6362-45da-a1ec-5ff463b6be13",
    "artist": "Deafheaven",
    "artist_ids": [
        "f4ccf6c5-ad41-4f8f-bb9e-6e2c6ad23302"
    ],
    "album": "Infinite Granite",
    "release_id": "9f6d47c4-c87a-45aa-914e-c24769818afd",
    "release_group_id": "6d015238-53a5-4dc6-8c83-0afd2b6e350a",
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2021-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco's Deafheaven performed Live in the KEXP studio April of this year, hosted by Evie! Full performance here: https://www.youtube.com/watch?v=hxv-tu_LeJ8\n\nhttps://deafheaven.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}