Information about plays

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

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

{
    "id": 3635324,
    "uri": "https://api.kexp.org/v2/plays/3635324/?format=api",
    "airdate": "2026-03-29T21:20:58-07:00",
    "show": 66315,
    "show_uri": "https://api.kexp.org/v2/shows/66315/?format=api",
    "image_uri": "https://coverartarchive.org/release/563e1330-1ccf-4581-b3d5-64bd33adac0a/44183459416-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/563e1330-1ccf-4581-b3d5-64bd33adac0a/44183459416-250.jpg",
    "song": "Wildfire",
    "track_id": null,
    "recording_id": "f77c1c7a-102e-49b6-aae4-b6cc66f10541",
    "artist": "Placid Angles, Yushh",
    "artist_ids": [],
    "album": "Wildfire",
    "release_id": null,
    "release_group_id": "fd9ff28a-c788-4dd4-a684-b49619ef34fe",
    "labels": [
        "Oath"
    ],
    "label_ids": [
        "2f297585-c99f-46c8-a9e5-d06eda8b662d"
    ],
    "release_date": "2026-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}