Information about plays

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

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

{
    "id": 3546058,
    "uri": "https://api.kexp.org/v2/plays/3546058/?format=api",
    "airdate": "2025-08-28T23:21:36-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://dn721506.ca.archive.org/0/items/mbid-0cf3156c-ffe4-4086-8d44-79bf267bf66f/mbid-0cf3156c-ffe4-4086-8d44-79bf267bf66f-23964097003_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-0cf3156c-ffe4-4086-8d44-79bf267bf66f/mbid-0cf3156c-ffe4-4086-8d44-79bf267bf66f-23964097003_thumb250.jpg",
    "song": "Children of the Grave",
    "track_id": "c5375410-025b-4575-a018-a9235de58aeb",
    "recording_id": "cbcc02d0-c72f-446f-9c6d-9a313b742acc",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Master of Reality",
    "release_id": "0cf3156c-ffe4-4086-8d44-79bf267bf66f",
    "release_group_id": "e51e9779-2edc-3b39-959c-299fdb5ed940",
    "labels": [
        "Warner Bros. Records",
        "Rhino"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}