Information about plays

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

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

{
    "id": 3604545,
    "uri": "https://api.kexp.org/v2/plays/3604545/?format=api",
    "airdate": "2026-01-15T05:04:38-08:00",
    "show": 65655,
    "show_uri": "https://api.kexp.org/v2/shows/65655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moving",
    "track_id": "7d91831f-913c-3691-aa6f-716ad5c1168c",
    "recording_id": "84424096-85ab-4be9-9400-08488851891b",
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "Supergrass",
    "release_id": "c3de76bb-043f-3658-9636-7079ded3276d",
    "release_group_id": "ee5ad386-0fbf-3da6-8a46-9e4764ba4863",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good Morning, it's Early!\n\nFrom Oxford, England, Supergrass formed in 1993 and disbanded in 2010. For the majority of the band's tenure, the line-up consisted of brothers Gaz and Rob Coombes, Mick Quinn, and Danny Goffey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}