Information about plays

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

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

{
    "id": 3582305,
    "uri": "https://api.kexp.org/v2/plays/3582305/?format=api",
    "airdate": "2025-11-24T09:23:08-08:00",
    "show": 65198,
    "show_uri": "https://api.kexp.org/v2/shows/65198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Locust Laced",
    "track_id": "a212bc4d-773f-4bfa-9461-288695be8310",
    "recording_id": "10b1a073-0a83-4753-abed-c22b4ded880e",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Texis",
    "release_id": "4c1ad091-fee7-482e-8454-54ccd5d41f01",
    "release_group_id": "30319b47-d95e-41d3-a87f-8f06d11f95c0",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2021-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sleigh Bells' co-founder and guitarist Derek Miller told KEXP that he hopes this LP brings joy to listeners: \"A lot of this is about trying to hold on to a shred of optimism through sheer force of will, and I hope this music can give people some joyful energy and confidence.\"\n\nWatch Sleigh Bells' live performance in the KEXP studio back in 2021: https://tinyurl.com/y956h43e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}