Information about plays

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

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

{
    "id": 3568343,
    "uri": "https://api.kexp.org/v2/plays/3568343/?format=api",
    "airdate": "2025-10-22T03:19:31-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia601307.us.archive.org/32/items/mbid-abc49b59-0c11-4651-9262-7316bda4c158/mbid-abc49b59-0c11-4651-9262-7316bda4c158-9825046782_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/32/items/mbid-abc49b59-0c11-4651-9262-7316bda4c158/mbid-abc49b59-0c11-4651-9262-7316bda4c158-9825046782_thumb250.jpg",
    "song": "Bus to Beelzebub",
    "track_id": "8cc8bc14-8440-3a9b-b09b-90abefd99968",
    "recording_id": "6aa99c61-35db-4a39-a5a4-f8a8ed076a18",
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "Ruby Vroom",
    "release_id": "abc49b59-0c11-4651-9262-7316bda4c158",
    "release_group_id": "377ce0f3-d963-3372-b030-d83be76f8a5d",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}