Information about plays

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

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

{
    "id": 3525300,
    "uri": "https://api.kexp.org/v2/plays/3525300/?format=api",
    "airdate": "2025-07-10T20:15:33-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "https://coverartarchive.org/release/49ebbf5b-90c2-41f0-803c-d4d4533c9602/34751568343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49ebbf5b-90c2-41f0-803c-d4d4533c9602/34751568343-250.jpg",
    "song": "The Ultra‐Violence",
    "track_id": null,
    "recording_id": "6559fba1-7edd-4526-addb-f9483920cbb6",
    "artist": "Death Angel",
    "artist_ids": [
        "562ff334-c34f-45b0-a519-e5d171482df2"
    ],
    "album": "The Ultra‐Violence",
    "release_id": null,
    "release_group_id": "acdd9500-0d70-325a-84cc-5a1c1a7931e6",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Marco in San Antonio by request!\n\nAll of Death Angel's original members were of Filipino descent -- https://en.wikipedia.org/wiki/Death_Angel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}