Information about plays

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

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

{
    "id": 3624130,
    "uri": "https://api.kexp.org/v2/plays/3624130/?format=api",
    "airdate": "2026-03-01T20:38:35-08:00",
    "show": 66065,
    "show_uri": "https://api.kexp.org/v2/shows/66065/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet N' Nasty (Cool-Down)",
    "track_id": null,
    "recording_id": "8054b795-bc4a-405f-96db-4728cf6ff29f",
    "artist": "Shiva",
    "artist_ids": [
        "a3d17cb6-8436-4e80-9eb1-aba9bf23626b"
    ],
    "album": ":20 Minute Workout (The Original Music)",
    "release_id": null,
    "release_group_id": "8ac92b44-327b-4deb-b7af-02af63a5f950",
    "labels": [
        "Ronco"
    ],
    "label_ids": [
        "aa1319a1-623d-4cd1-9e1a-62dd28109c1f"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aerobicize music maker Shiva released \"Sweet N' Nasty (Cool-Down)\" on the album :20 Minute Workout (The Original Music) in 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}