Information about plays

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

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

{
    "id": 3597183,
    "uri": "https://api.kexp.org/v2/plays/3597183/?format=api",
    "airdate": "2025-12-28T13:09:25-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "February",
    "track_id": "eabfab9f-0986-3356-b204-da037e420ceb",
    "recording_id": "0c7e26e8-b4a0-4b57-9be1-8d3894f8b619",
    "artist": "L'usine",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "The Waiting Room",
    "release_id": "b3adc8aa-06f4-4b82-827b-8a954e7e279b",
    "release_group_id": "9aef2010-9cef-4505-bea6-ca39c024e579",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2013-02-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lusine is local producer Jeff McIlwain.\n\nhttps://lusine.bandcamp.com/album/the-waiting-room\nhttps://lusineweb.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}