Information about plays

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

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

{
    "id": 3560027,
    "uri": "https://api.kexp.org/v2/plays/3560027/?format=api",
    "airdate": "2025-10-01T10:44:38-07:00",
    "show": 64717,
    "show_uri": "https://api.kexp.org/v2/shows/64717/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-df6574a3-b200-4c22-b3c3-ae284cfae1bc/mbid-df6574a3-b200-4c22-b3c3-ae284cfae1bc-34591813336_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-df6574a3-b200-4c22-b3c3-ae284cfae1bc/mbid-df6574a3-b200-4c22-b3c3-ae284cfae1bc-34591813336_thumb250.jpg",
    "song": "End of the Party",
    "track_id": "861ffc91-3f79-3d97-b92a-5fa83e27145c",
    "recording_id": "d426f330-f2c5-43e6-a9ac-da5c603ffd22",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "Special Beat Service",
    "release_id": "118ad910-9e52-4f65-8458-a1ecb5dd866c",
    "release_group_id": "7d02d86d-1b55-3821-9f5f-9e5a83ebd108",
    "labels": [
        "Go Feet",
        "London Records"
    ],
    "label_ids": [
        "7abf6944-fd69-49e2-b904-614f5c4659b8",
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Special Beat Service, the third album from The Beat, was released on this day in 1982-- that's 43 years ago! \n\nInitially active from 1978-1983, Special Beat Service marked the band's final release in their original form. They reformed for a short time in 2003, and have also been active since off and on since 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}