Information about plays

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

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

{
    "id": 3545930,
    "uri": "https://api.kexp.org/v2/plays/3545930/?format=api",
    "airdate": "2025-08-28T15:52:39-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c2fab51-da32-4ee1-be67-b3eb82d12a44/21780558239-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c2fab51-da32-4ee1-be67-b3eb82d12a44/21780558239-250.jpg",
    "song": "That New Funkadelic",
    "track_id": null,
    "recording_id": "183d9364-8042-47c1-8e33-da494906e824",
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Everythangs Corrupt",
    "release_id": null,
    "release_group_id": "5e620a41-f801-4a18-aca9-f2522c4b9d5b",
    "labels": [
        "Cubevision JV New Agreements"
    ],
    "label_ids": [
        "13fb5fd5-9534-4dfd-aa5d-126e0a0eeef9"
    ],
    "release_date": "2018-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch George Clinton join Ice Cube for \"The New Funkadelic\" when Clinton received a Lifetime Achievement Award at the Grammys: https://www.rollingstone.com/music/music-news/george-clinton-ice-cube-that-new-funkadelic-836731/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}