Information about plays

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

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

{
    "id": 3656148,
    "uri": "https://api.kexp.org/v2/plays/3656148/?format=api",
    "airdate": "2026-05-17T22:03:38-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ubatuba",
    "track_id": null,
    "recording_id": null,
    "artist": "R⧸V Calypso",
    "artist_ids": [
        "bedb31e6-d030-42c4-a847-aa05e64bd31b"
    ],
    "album": "Shark Delay",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flamingo Park"
    ],
    "label_ids": [
        "21a6a0a0-882d-4645-b858-84eb5cca20d7"
    ],
    "release_date": "2026-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://rvcalypso.bandcamp.com/album/shark-delay-flp007",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}