Information about plays

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

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

{
    "id": 3549480,
    "uri": "https://api.kexp.org/v2/plays/3549480/?format=api",
    "airdate": "2025-09-06T03:15:45-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia801509.us.archive.org/14/items/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351-5977778589_thumb500.jpg",
    "thumbnail_uri": "https://ia601509.us.archive.org/14/items/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351-5977778589_thumb250.jpg",
    "song": "Barrel of a Gun",
    "track_id": "478659ce-4087-3896-a36a-5fc4086dad59",
    "recording_id": "6c73ecac-4fbe-4947-ad5b-6b65bcddcc3e",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Ultra",
    "release_id": "ac7b783e-2eda-3b83-80bb-498ee2c68351",
    "release_group_id": "a40c7843-979b-38a6-926a-efa31476c51c",
    "labels": [
        "Mute",
        "Reprise Records"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1997-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}