Information about plays

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

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

{
    "id": 3619851,
    "uri": "https://api.kexp.org/v2/plays/3619851/?format=api",
    "airdate": "2026-02-20T08:39:41-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Age of Bronze",
    "track_id": null,
    "recording_id": null,
    "artist": "Death of The High Street",
    "artist_ids": [
        "6ab7a913-8ac5-4242-8f9f-335c560a4782"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#4 in John's countdown of Top New Songs This Week!\n--\nDeath of The High Street is a Midlands quartet, founded by Scott Baxter and Ash Simpson. Here's an interview with the founders: https://leftlion.co.uk/features/2025/09/interview-we-chat-to-death-of-the-high-street-doths/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}