Information about plays

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

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

{
    "id": 3624211,
    "uri": "https://api.kexp.org/v2/plays/3624211/?format=api",
    "airdate": "2026-03-02T00:46:20-08:00",
    "show": 66067,
    "show_uri": "https://api.kexp.org/v2/shows/66067/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4515209-21e3-4081-af61-d7636c3ad701/31308923698-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4515209-21e3-4081-af61-d7636c3ad701/31308923698-250.jpg",
    "song": "Abstraction",
    "track_id": null,
    "recording_id": "92ea0e85-d984-4bd5-9192-2c8a7926b4c2",
    "artist": "TÉNÈBRE",
    "artist_ids": [
        "d5d353bd-9941-4e1c-9883-0951f35dad3c"
    ],
    "album": "Terraform",
    "release_id": null,
    "release_group_id": "cbef51fb-9792-4350-b0c0-9fd9d772942a",
    "labels": [
        "YUKU"
    ],
    "label_ids": [
        "8954562e-061f-4efe-8097-ea93f95164ea"
    ],
    "release_date": "2021-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}