Information about plays

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

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

{
    "id": 3656223,
    "uri": "https://api.kexp.org/v2/plays/3656223/?format=api",
    "airdate": "2026-05-18T03:00:01-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/790a9e8e-febc-4d02-91fc-61c594355424/12077747360-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/790a9e8e-febc-4d02-91fc-61c594355424/12077747360-250.jpg",
    "song": "La Placita",
    "track_id": null,
    "recording_id": null,
    "artist": "Marion Brown",
    "artist_ids": [
        "a16849a0-9329-4115-ba87-32ae7dcefca9"
    ],
    "album": "Awofofora",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Aguirre"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show! - https://aguirrerecords.bandcamp.com/album/awofofora",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}