Information about plays

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

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

{
    "id": 3584916,
    "uri": "https://api.kexp.org/v2/plays/3584916/?format=api",
    "airdate": "2025-11-30T07:55:24-08:00",
    "show": 65251,
    "show_uri": "https://api.kexp.org/v2/shows/65251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three + Six",
    "track_id": null,
    "recording_id": null,
    "artist": "Essendon Airport",
    "artist_ids": [
        "e9df2bd2-5aec-4f23-a394-0d7ae412a160"
    ],
    "album": "MOR",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chapter Music"
    ],
    "label_ids": [
        "35d4cdda-b0c7-40d7-b2de-f42ed8ab4b5b"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a new collection from Essendon Airport, a long-running project out of Melbourne spearheaded by David Chesworth ~ https://essendonairport.bandcamp.com/album/mor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}