Information about plays

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

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

{
    "id": 3551491,
    "uri": "https://api.kexp.org/v2/plays/3551491/?format=api",
    "airdate": "2025-09-11T00:56:41-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://dn720006.ca.archive.org/0/items/mbid-82513761-6b34-4060-b4ad-dd42a75d199b/mbid-82513761-6b34-4060-b4ad-dd42a75d199b-29608306722_thumb500.jpg",
    "thumbnail_uri": "https://dn720006.ca.archive.org/0/items/mbid-82513761-6b34-4060-b4ad-dd42a75d199b/mbid-82513761-6b34-4060-b4ad-dd42a75d199b-29608306722_thumb250.jpg",
    "song": "Kids With Guns",
    "track_id": "2fd67929-af9d-39fe-8972-a877822be278",
    "recording_id": "806d8ff3-d1d4-4178-a524-623b87ca0c62",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Demon Days",
    "release_id": "82513761-6b34-4060-b4ad-dd42a75d199b",
    "release_group_id": "f959a46a-a136-3134-9412-6572b23fad95",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}