Information about plays

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

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

{
    "id": 3633692,
    "uri": "https://api.kexp.org/v2/plays/3633692/?format=api",
    "airdate": "2026-03-26T00:52:19-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/abcd7321-97a9-4d0a-93c8-b2067403d970/12784958539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/abcd7321-97a9-4d0a-93c8-b2067403d970/12784958539-250.jpg",
    "song": "D.J.",
    "track_id": null,
    "recording_id": "4a921376-6679-4e53-95fe-4e8944b68498",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Lodger",
    "release_id": null,
    "release_group_id": "d6dd84a2-1a62-378c-b6c9-86a8b2211634",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1979-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I am a DJ and I play Cher, so sue me. Happy Six Degrees Week!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}