Information about plays

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

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

{
    "id": 3644067,
    "uri": "https://api.kexp.org/v2/plays/3644067/?format=api",
    "airdate": "2026-04-19T09:01:10-07:00",
    "show": 66495,
    "show_uri": "https://api.kexp.org/v2/shows/66495/?format=api",
    "image_uri": "https://coverartarchive.org/release/acb7e0e1-c208-4265-a678-c7d8ae873676/35997205592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/acb7e0e1-c208-4265-a678-c7d8ae873676/35997205592-250.jpg",
    "song": "Acid Grassland",
    "track_id": null,
    "recording_id": "ad929a36-85da-44ff-8fbc-36ae0ea05585",
    "artist": "Bobby Lee",
    "artist_ids": [
        "646148e1-ebca-4286-80a5-d6830fe29cbe"
    ],
    "album": "Endless Skyways",
    "release_id": null,
    "release_group_id": "7bc8a176-4573-4484-baa2-56e0c51abc9a",
    "labels": [
        "Tompkins Square"
    ],
    "label_ids": [
        "2119e8fc-e458-4a60-a46e-6e6ed385e134"
    ],
    "release_date": "2023-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sheffield, UK artist named this album after a line from Woody Guthrie’s This Land is Your Land.\nhttps://bobbyleeplaysitslow.bandcamp.com/album/endless-skyways",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}