Information about plays

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

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

{
    "id": 3648053,
    "uri": "https://api.kexp.org/v2/plays/3648053/?format=api",
    "airdate": "2026-04-28T23:58:46-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://ia800509.us.archive.org/4/items/mbid-3af9fdd9-0f7d-41fb-86ea-de388eb18a04/mbid-3af9fdd9-0f7d-41fb-86ea-de388eb18a04-27704596213_thumb500.jpg",
    "thumbnail_uri": "https://dn710103.ca.archive.org/0/items/mbid-3af9fdd9-0f7d-41fb-86ea-de388eb18a04/mbid-3af9fdd9-0f7d-41fb-86ea-de388eb18a04-27704596213_thumb250.jpg",
    "song": "Corpse Pose",
    "track_id": "74f256c5-b415-3583-9754-d36c0b5797a2",
    "recording_id": "616dd642-72bb-4a30-bffe-3541c134d961",
    "artist": "Unwound",
    "artist_ids": [
        "9434776a-bdd7-4f58-b719-b5d95b9d2a11"
    ],
    "album": "Repetition",
    "release_id": "3af9fdd9-0f7d-41fb-86ea-de388eb18a04",
    "release_group_id": "86cc195d-3e67-3418-9bfa-9905206765a2",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1996-04-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}