Information about plays

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

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

{
    "id": 3605400,
    "uri": "https://api.kexp.org/v2/plays/3605400/?format=api",
    "airdate": "2026-01-17T06:57:07-08:00",
    "show": 65672,
    "show_uri": "https://api.kexp.org/v2/shows/65672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leda",
    "track_id": null,
    "recording_id": "964e7ab7-16d6-451e-9ebb-0d5336c70c40",
    "artist": "Dickon Hinchliffe",
    "artist_ids": [
        "dd9a8f3f-c367-4f01-9887-711bb3ef996d"
    ],
    "album": "The Lost Daughter: Soundtrack from the Netflix Film",
    "release_id": null,
    "release_group_id": "ef5b6195-b61c-46c1-b6c4-87b4e10c92d1",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2021-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}