Information about plays

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

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

{
    "id": 3568617,
    "uri": "https://api.kexp.org/v2/plays/3568617/?format=api",
    "airdate": "2025-10-22T18:37:31-07:00",
    "show": 64905,
    "show_uri": "https://api.kexp.org/v2/shows/64905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goldikus",
    "track_id": null,
    "recording_id": "38bbb461-b252-437b-831d-29304cf8c82f",
    "artist": "Goldie, Rufige Kru, Submotive & Cleveland Watkiss",
    "artist_ids": [
        "c5393047-0c44-48eb-b5a8-070759f04371",
        "f16b6af9-86fb-4f9a-bd7f-a05b8eb25155",
        "9b0a5473-0ef5-4d16-b293-7f092d2ca567",
        "d343ffa5-fa99-4635-945b-d953c2674495"
    ],
    "album": "Alpha Omega",
    "release_id": null,
    "release_group_id": "72eb5253-8a83-47e7-b001-c84e85e79144",
    "labels": [
        "Goldie Inc Ltd."
    ],
    "label_ids": [
        "87edb854-c1f7-4fbe-bcb6-dbcccabfb958"
    ],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Mike in Tahoe!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}