Information about plays

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

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

{
    "id": 3659576,
    "uri": "https://api.kexp.org/v2/plays/3659576/?format=api",
    "airdate": "2026-05-25T23:00:25-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://coverartarchive.org/release/167092cb-d5b1-4871-b627-270d4520d3bc/30265067443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/167092cb-d5b1-4871-b627-270d4520d3bc/30265067443-250.jpg",
    "song": "Gilbert and George",
    "track_id": null,
    "recording_id": "7efd6e89-9fa8-48cf-aa68-7b6298e6aeb4",
    "artist": "HTRK",
    "artist_ids": [
        "dca2de4f-bf31-4e65-b4e2-a88cebfe9333"
    ],
    "album": "Rhinestones",
    "release_id": null,
    "release_group_id": "c1c6d31d-1bff-4b32-8217-f3f9b24f34bd",
    "labels": [
        "N&J Blueberries"
    ],
    "label_ids": [
        "3b7a564d-79a7-4a70-9d5f-5ca5719d9c03"
    ],
    "release_date": "2021-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HTRK 4 Ever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}