Information about plays

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

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

{
    "id": 3575821,
    "uri": "https://api.kexp.org/v2/plays/3575821/?format=api",
    "airdate": "2025-11-09T01:22:32-08:00",
    "show": 65061,
    "show_uri": "https://api.kexp.org/v2/shows/65061/?format=api",
    "image_uri": "https://coverartarchive.org/release/7043a6f1-c2d8-442a-9c8a-3ceacc42e408/21401000289-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7043a6f1-c2d8-442a-9c8a-3ceacc42e408/21401000289-250.jpg",
    "song": "Bad Boys",
    "track_id": null,
    "recording_id": "ca304ac7-2256-46fc-842b-004509ba47ca",
    "artist": "Thrasher",
    "artist_ids": [
        "06ba04a4-d05e-49d7-aa5d-40961f27e2dc"
    ],
    "album": "Burning at the Speed of Light",
    "release_id": null,
    "release_group_id": "24079600-e3b3-3d09-a007-1ce48a933506",
    "labels": [
        "Combat"
    ],
    "label_ids": [
        "c3549b1e-57cb-4669-a4f7-ed3eec251984"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhett on vocals\n\nAll-star project consisting of mostly New York-based musicians. It was put together, produced, directed, and arranged by The Rods drummer Carl Canedy, in partnership with Blue Cheer guitarist Andy MacDonald, upon the instigation of Combat Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}