Information about plays

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

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

{
    "id": 3598257,
    "uri": "https://api.kexp.org/v2/plays/3598257/?format=api",
    "airdate": "2025-12-31T02:19:27-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burning Down the House",
    "track_id": null,
    "recording_id": "e931ce98-8934-4150-b826-e9b75a759b7b",
    "artist": "Fred Falke, Zen Freeman, Ampersounds",
    "artist_ids": [
        "a1edb210-7a15-4eaa-a36f-503fd5368fee",
        "bccef0dc-a2ce-47e0-bb2a-2a536e1ac724",
        "226263e6-c511-40bd-b251-65a509cf6246"
    ],
    "album": "Burning Down the House",
    "release_id": null,
    "release_group_id": "c7437c35-b097-4212-82c5-b917b5c70521",
    "labels": [
        "Orange"
    ],
    "label_ids": [
        "2478fcb2-3a9b-4f89-b2f3-620145af4891"
    ],
    "release_date": "2021-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=a9B6s9eoaso",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}