Information about plays

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

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

{
    "id": 3634866,
    "uri": "https://api.kexp.org/v2/plays/3634866/?format=api",
    "airdate": "2026-03-28T21:54:24-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-406066d0-a7b4-4ab8-bd6e-c1a324cb9b77/mbid-406066d0-a7b4-4ab8-bd6e-c1a324cb9b77-4770990450_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-406066d0-a7b4-4ab8-bd6e-c1a324cb9b77/mbid-406066d0-a7b4-4ab8-bd6e-c1a324cb9b77-4770990450_thumb250.jpg",
    "song": "My Shadow",
    "track_id": "c908b584-5536-363f-b9ff-2f7f70c5439f",
    "recording_id": "d56584ce-e541-467e-9eb7-a83e0f92e5a5",
    "artist": "Jay Reatard",
    "artist_ids": [
        "6338a3a4-1676-4a99-b2fb-a3f0072f6b42"
    ],
    "album": "Blood Visions",
    "release_id": "406066d0-a7b4-4ab8-bd6e-c1a324cb9b77",
    "release_group_id": "925e33de-ee81-34f1-ad0c-478dfbe00cc4",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2006-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}