Information about plays

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

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

{
    "id": 3500291,
    "uri": "https://api.kexp.org/v2/plays/3500291/?format=api",
    "airdate": "2025-05-12T05:24:23-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://coverartarchive.org/release/11a80e6c-aa31-411e-84bf-17069a01e3f1/41379830689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/11a80e6c-aa31-411e-84bf-17069a01e3f1/41379830689-250.jpg",
    "song": "Veil of Greed",
    "track_id": null,
    "recording_id": "1b6e0f23-3eb0-4d2a-a9a1-34cd3a3076a5",
    "artist": "Bonnie Trash",
    "artist_ids": [
        "46eabf12-9591-46a4-b5b0-2330299d3f8b"
    ],
    "album": "Mourning You",
    "release_id": null,
    "release_group_id": "66b1b47d-b964-4220-80a0-c02c8c83907a",
    "labels": [
        "Hand Drawn Dracula"
    ],
    "label_ids": [
        "67aade44-3a34-413a-90a1-e090f54a378d"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Guelph, Ontario [Canada], Bonnie Trash is the project of twin sisters Emmalia & Sarafina Bortolon-Vettor, wedding post-punk’s steely-eyed austerity to goth rock’s brooding grandeur.\n\nhttps://www.handdrawndracula.com/artists/bonnie-trash/\n\nCheck out the official video here:\nhttps://www.youtube.com/watch?v=HQzTivht8mE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}