Information about plays

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

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

{
    "id": 3609468,
    "uri": "https://api.kexp.org/v2/plays/3609468/?format=api",
    "airdate": "2026-01-26T18:25:00-08:00",
    "show": 65763,
    "show_uri": "https://api.kexp.org/v2/shows/65763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Formentera Lady",
    "track_id": null,
    "recording_id": "235bad87-c43d-4933-acf3-b257a3cd52f6",
    "artist": "King Crimson",
    "artist_ids": [
        "b38225b8-8e5f-42aa-bcdc-7bae5b5bdab3"
    ],
    "album": "Islands",
    "release_id": null,
    "release_group_id": "294ffbbb-75bb-3f65-b309-94a99fa3c194",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1971-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}