Information about plays

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

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

{
    "id": 3592823,
    "uri": "https://api.kexp.org/v2/plays/3592823/?format=api",
    "airdate": "2025-12-18T21:35:28-08:00",
    "show": 65413,
    "show_uri": "https://api.kexp.org/v2/shows/65413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tequila Coma",
    "track_id": "a8dd674b-21d1-462b-9bbf-88bf758e6e6e",
    "recording_id": "ce9b6921-04ce-4489-bf02-e991deaf1bde",
    "artist": "yeule",
    "artist_ids": [
        "31da7b06-bc30-4a1f-9f4a-c2ac1a84167f"
    ],
    "album": "Evangelic Girl Is a Gun",
    "release_id": "4643aac3-2913-4552-b283-e47f4aa9df95",
    "release_group_id": "325775d4-08d2-411a-b3bb-d7e9e7a0cf92",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evangelic Girl Is a Gun is the fourth studio album by Singaporean artist Yeule, released on Ninja Tune Records.\n\nhttps://yeule.bandcamp.com/album/evangelic-girl-is-a-gun\n\nCatch yeule on tour this fall!\n- September 20 @ Seattle's Neumos\n- September 21 @ Vancouver BC's Biltmore Cabaret\n- September 23 @ SF's Great American Music Hall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}