Information about plays

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

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

{
    "id": 3555072,
    "uri": "https://api.kexp.org/v2/plays/3555072/?format=api",
    "airdate": "2025-09-19T15:55:50-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e4bdda1-a783-468f-93fe-b22665f58cb7/22311645075-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e4bdda1-a783-468f-93fe-b22665f58cb7/22311645075-250.jpg",
    "song": "Dance Floor",
    "track_id": null,
    "recording_id": "73337208-1599-4c3f-9613-267506641075",
    "artist": "Zapp",
    "artist_ids": [
        "e89e79d4-04c1-4bc3-9be1-a15899c93d8f"
    ],
    "album": "Zapp II",
    "release_id": null,
    "release_group_id": "b6ffb5d0-a1b4-340c-b8da-7c158f487246",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Charles!\n\nWatch a brief live version of \"Dance Floor\" and see Roger Troutman with that talkbox tube in his mouth: https://www.youtube.com/watch?v=M-Bcq658Ba4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}