Information about plays

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

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

{
    "id": 3550730,
    "uri": "https://api.kexp.org/v2/plays/3550730/?format=api",
    "airdate": "2025-09-09T04:41:11-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc19223b-2540-4cc5-97b9-efde251c890c/28476244370-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc19223b-2540-4cc5-97b9-efde251c890c/28476244370-250.jpg",
    "song": "Hopprock",
    "track_id": null,
    "recording_id": "0549bc94-aafb-43cb-adc1-6293a96b46ab",
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Sound Ancestors",
    "release_id": null,
    "release_group_id": "6fad582f-985b-4747-af4b-0748474289e5",
    "labels": [
        "Madlib Invazion"
    ],
    "label_ids": [
        "fb9623df-0334-4b86-81a9-81bd0b073ff7"
    ],
    "release_date": "2021-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2021 Madlib album was a collboration with Four Tet - this track featuring the voice of Young Marble Giants' Alison Statton.\n\nhttps://madlib.bandcamp.com/album/sound-ancestors",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}