Information about plays

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

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

{
    "id": 3572476,
    "uri": "https://api.kexp.org/v2/plays/3572476/?format=api",
    "airdate": "2025-11-01T04:56:12-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://coverartarchive.org/release/38987e51-f578-4e85-b90e-6f6bb2f1de1b/14674040734-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38987e51-f578-4e85-b90e-6f6bb2f1de1b/14674040734-250.jpg",
    "song": "Teresa, Lark of Ascension",
    "track_id": null,
    "recording_id": "8ac045bd-57c5-42df-ab4b-37b7418dc89f",
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Berberian Sound Studio",
    "release_id": null,
    "release_group_id": "2b650deb-e3a0-4cd0-ae04-b7313f2ab558",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2013-01-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}