Information about plays

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

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

{
    "id": 3552688,
    "uri": "https://api.kexp.org/v2/plays/3552688/?format=api",
    "airdate": "2025-09-13T21:10:43-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/4007aa15-8153-4bbf-8bb3-867193aeefe6/7445692193-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4007aa15-8153-4bbf-8bb3-867193aeefe6/7445692193-250.jpg",
    "song": "Dump on the Chump",
    "track_id": null,
    "recording_id": "58db14ee-843c-4d5b-9378-f8fe6bc472e7",
    "artist": "Helen Keller",
    "artist_ids": [
        "9cc87975-2ad2-488a-99fe-d12ee8a89665"
    ],
    "album": "Surfin' With Steve and Idi Amin",
    "release_id": null,
    "release_group_id": "163b297a-c175-376b-bd12-64191b0645bf",
    "labels": [
        "Blitz"
    ],
    "label_ids": [
        "45fe1355-fa08-4c3c-ae62-3ce52c3cba27"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The \"band\" was the demented brainchild of a man who mainly produced commercial jingles for a living, Norman Durkee. \n\nOnly 300 copies of this 7\" were pressed.\n\nhttps://www.breakmyface.com/bands/helenkeller.html\nhttps://captainthreeleg.bandcamp.com/track/dump-on-the-chump-helen-keller",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}