Information about plays

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

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

{
    "id": 3569862,
    "uri": "https://api.kexp.org/v2/plays/3569862/?format=api",
    "airdate": "2025-10-25T18:22:51-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uncontrollable Urge",
    "track_id": "369b0a4a-e431-4d13-834f-b44fa5ddbddf",
    "recording_id": "f3b0f1ec-ed5e-4454-9aab-1cea2466c8e4",
    "artist": "DEVO DEATH",
    "artist_ids": [
        "26589de6-d2d3-4d9e-b555-e99fe8c2c2bb"
    ],
    "album": "DEVO DEATH",
    "release_id": "5afb23d4-df68-4241-b3d2-126e22e27637",
    "release_group_id": "72fe35a9-410d-483f-8283-cac87152216c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-09-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland band Devo Death does entirely Devo covers in the style of death rock! Listen to all the rest of their Devo covers below:\n\nhttps://devodeath.bandcamp.com/album/devo-death",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}