Information about plays

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

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

{
    "id": 3550005,
    "uri": "https://api.kexp.org/v2/plays/3550005/?format=api",
    "airdate": "2025-09-07T10:45:03-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e04420d-a685-41dc-9777-dcca45482263/42717427056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e04420d-a685-41dc-9777-dcca45482263/42717427056-250.jpg",
    "song": "Paint It Black",
    "track_id": null,
    "recording_id": "797c4626-3841-43cb-a0fc-c7f3340beba8",
    "artist": "Africa",
    "artist_ids": [
        "f529e0c9-ac19-4a86-9c32-7cf62537e46f"
    ],
    "album": "Music From “Lil Brown”",
    "release_id": null,
    "release_group_id": "aff480bf-2969-3d0b-b65c-803f516e7f8c",
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of The Rolling Stones' 1966 song that originated when Brian Jones was improvising on the sitar. There is no “Lil Brown” movie as the album title suggests, it’s a nod to The Band’s Music from The Big Pink album title.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}