Information about plays

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

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

{
    "id": 3571704,
    "uri": "https://api.kexp.org/v2/plays/3571704/?format=api",
    "airdate": "2025-10-30T06:04:09-07:00",
    "show": 64971,
    "show_uri": "https://api.kexp.org/v2/shows/64971/?format=api",
    "image_uri": "https://ia800702.us.archive.org/28/items/mbid-1ebd5f98-a611-35c0-900d-abc3373597e0/mbid-1ebd5f98-a611-35c0-900d-abc3373597e0-2976718357_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/28/items/mbid-1ebd5f98-a611-35c0-900d-abc3373597e0/mbid-1ebd5f98-a611-35c0-900d-abc3373597e0-2976718357_thumb250.jpg",
    "song": "Hello Operator",
    "track_id": "090aee3f-5e9c-36c7-b6d2-b683a84240bb",
    "recording_id": "6cab4d13-ace2-41d9-9e4c-dc65ebc7636c",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "De Stijl",
    "release_id": "1ebd5f98-a611-35c0-900d-abc3373597e0",
    "release_group_id": "17d13708-d267-3e28-9f7a-dc27eaaf2eb1",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2001-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is named after the Dutch art movement, translated The Style, that included artists like Mondrian.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}