Information about plays

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

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

{
    "id": 3593908,
    "uri": "https://api.kexp.org/v2/plays/3593908/?format=api",
    "airdate": "2025-12-21T07:49:40-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "https://coverartarchive.org/release/161c4b6b-31da-4dd0-b65f-eb88d3986fa0/40987867493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/161c4b6b-31da-4dd0-b65f-eb88d3986fa0/40987867493-250.jpg",
    "song": "Halo",
    "track_id": null,
    "recording_id": "a5488dcc-4fa9-410b-909d-2fd9d2cb89a4",
    "artist": "Thandii",
    "artist_ids": [
        "5054d3a9-6386-4027-a1af-b2ea09fe0203"
    ],
    "album": "Halo",
    "release_id": null,
    "release_group_id": "e4d12709-0e52-4763-af61-4d0f936f1558",
    "labels": [
        "HALOHALO"
    ],
    "label_ids": [
        "789e66a3-6f04-49c4-92b3-e31a6194a1a8"
    ],
    "release_date": "2025-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening intro and title track to an excellent early 2025 album from Margate, UK duo Thandii ~ https://thandii.bandcamp.com/album/halo :: Check out Thandii's recent guest DJ mix for KEXP's 'Midnight in a Perfect World' series: https://www.kexp.org/read/2025/11/14/midnight-in-a-perfect-world-thandii/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}