Information about plays

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

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

{
    "id": 3638011,
    "uri": "https://api.kexp.org/v2/plays/3638011/?format=api",
    "airdate": "2026-04-05T02:06:14-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd4ce655-e2aa-4ea2-86f2-fa42832d822c/44650352252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd4ce655-e2aa-4ea2-86f2-fa42832d822c/44650352252-250.jpg",
    "song": "We Are Torn Wide Open/Mirror Deep",
    "track_id": null,
    "recording_id": null,
    "artist": "Neurosis",
    "artist_ids": [
        "a9416fb3-4d28-4575-abae-f0d160be83ed"
    ],
    "album": "An Undying Love for a Burning World",
    "release_id": null,
    "release_group_id": "d311b0eb-11b0-4115-a989-c18189b60b2f",
    "labels": [
        "Neurot Recordings"
    ],
    "label_ids": [
        "90f4b73e-9367-4020-86c3-34ea4bb83014"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}