Information about plays

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

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

{
    "id": 3637108,
    "uri": "https://api.kexp.org/v2/plays/3637108/?format=api",
    "airdate": "2026-04-03T02:40:10-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-2cb4254b-5ded-40bc-884d-741595a7593c/mbid-2cb4254b-5ded-40bc-884d-741595a7593c-44330556677_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-2cb4254b-5ded-40bc-884d-741595a7593c/mbid-2cb4254b-5ded-40bc-884d-741595a7593c-44330556677_thumb250.jpg",
    "song": "Jaba",
    "track_id": "a3cbea4b-b99c-4121-a908-1e456fa7354b",
    "recording_id": "4cf7c6e9-56e5-4b03-8ac7-21f1e1d088aa",
    "artist": "Champagne Bubblebath",
    "artist_ids": [
        "1bbf9eb2-240e-49ee-9fb8-d6cc55f3c6c6"
    ],
    "album": "Mixtape: Volume One",
    "release_id": "2cb4254b-5ded-40bc-884d-741595a7593c",
    "release_group_id": "1b25f728-4fd7-462d-a10d-8bd732ed570d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}