Information about plays

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

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

{
    "id": 3570056,
    "uri": "https://api.kexp.org/v2/plays/3570056/?format=api",
    "airdate": "2025-10-26T02:22:35-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/7032359c-0938-4a62-bfa7-57da5b0aacc4/16101515074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7032359c-0938-4a62-bfa7-57da5b0aacc4/16101515074-250.jpg",
    "song": "Take Control",
    "track_id": null,
    "recording_id": null,
    "artist": "Chris & Cosey",
    "artist_ids": [
        "2ca5e483-ad70-4032-b60f-f55805804f29"
    ],
    "album": "Pagan Tango",
    "release_id": null,
    "release_group_id": "67eeed83-15f1-3989-a91a-17ccd5b898b4",
    "labels": [
        "Conspiracy International"
    ],
    "label_ids": [
        "9e5b989e-89ba-4a57-8afe-4e3fbd26ec3c"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How many pagans does it take to tango?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}