Information about plays

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

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

{
    "id": 3594563,
    "uri": "https://api.kexp.org/v2/plays/3594563/?format=api",
    "airdate": "2025-12-22T18:08:56-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Were Bells",
    "track_id": null,
    "recording_id": "2eaefe05-aba0-4ab9-83c6-f1f5f529fc75",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "FOREVERANDEVERNOMORE",
    "release_id": null,
    "release_group_id": "a48c35ba-7e64-484a-af19-8d578d0e6da2",
    "labels": [
        "Opal Records"
    ],
    "label_ids": [
        "cd1cc4f9-000c-4207-a34e-78e3ac106a28"
    ],
    "release_date": "2022-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}