Information about plays

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

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

{
    "id": 3554832,
    "uri": "https://api.kexp.org/v2/plays/3554832/?format=api",
    "airdate": "2025-09-19T02:32:36-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/84ed5754-c97a-4b70-98a9-8f427f2d94ba/31611783051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84ed5754-c97a-4b70-98a9-8f427f2d94ba/31611783051-250.jpg",
    "song": "I Found the F",
    "track_id": null,
    "recording_id": null,
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Tender Buttons",
    "release_id": null,
    "release_group_id": "c1e95023-7208-359a-9056-ab94385c39bc",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}