Information about plays

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

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

{
    "id": 3569599,
    "uri": "https://api.kexp.org/v2/plays/3569599/?format=api",
    "airdate": "2025-10-25T02:18:06-07:00",
    "show": 64925,
    "show_uri": "https://api.kexp.org/v2/shows/64925/?format=api",
    "image_uri": "https://coverartarchive.org/release/be01ad18-6cbe-443e-bdf1-ce44679ba647/37212393757-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be01ad18-6cbe-443e-bdf1-ce44679ba647/37212393757-250.jpg",
    "song": "TS – 19",
    "track_id": null,
    "recording_id": "76b94029-71c7-414d-8d7a-424401a3eed2",
    "artist": "Commuter",
    "artist_ids": [
        "85f930c8-db62-4c44-8bd7-d9373ce36abc"
    ],
    "album": "Interstate 101",
    "release_id": null,
    "release_group_id": "d499b0bc-20fc-41eb-9934-d94f982153ec",
    "labels": [
        "Boysnoize Records"
    ],
    "label_ids": [
        "f84034dd-f562-4797-8084-8cdd680374d4"
    ],
    "release_date": "2014-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/6424716-Djedjotronic-Interstate-101",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}