Information about plays

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

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

{
    "id": 3652703,
    "uri": "https://api.kexp.org/v2/plays/3652703/?format=api",
    "airdate": "2026-05-09T19:51:19-07:00",
    "show": 66674,
    "show_uri": "https://api.kexp.org/v2/shows/66674/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-b2f7cc0d-c03b-4b98-b6e2-c8b8670ffac5/mbid-b2f7cc0d-c03b-4b98-b6e2-c8b8670ffac5-36343611024_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-b2f7cc0d-c03b-4b98-b6e2-c8b8670ffac5/mbid-b2f7cc0d-c03b-4b98-b6e2-c8b8670ffac5-36343611024_thumb250.jpg",
    "song": "When I Was in ________",
    "track_id": "de05604f-655b-3429-b036-baff9c9a2979",
    "recording_id": "afe144f0-8bf5-48db-a0f9-f9ab93fbaf74",
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "A Future Lived in Past Tense",
    "release_id": "b2f7cc0d-c03b-4b98-b6e2-c8b8670ffac5",
    "release_group_id": "9b456e4b-5e11-328a-af98-456be1716dc4",
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "2001-05-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle emo-core!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}