Information about plays

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

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

{
    "id": 3656175,
    "uri": "https://api.kexp.org/v2/plays/3656175/?format=api",
    "airdate": "2026-05-17T23:49:56-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/31a7640b-bdff-4cb0-bccb-25866e6aed45/32193253450-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31a7640b-bdff-4cb0-bccb-25866e6aed45/32193253450-250.jpg",
    "song": "Old News",
    "track_id": null,
    "recording_id": "2558c7d5-6925-4a30-a319-4da6a1b7a653",
    "artist": "Random Factor",
    "artist_ids": [
        "b04baa24-b987-4b65-9de1-bbf9698c3113"
    ],
    "album": "Ricochet EP",
    "release_id": null,
    "release_group_id": "8ebbd14f-c976-3061-8329-733768894966",
    "labels": [
        "20/20 Vision"
    ],
    "label_ids": [
        "b41cd98f-d977-4504-bedb-1d7502ff0b6c"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://2020vision.bandcamp.com/album/vis048r-random-factor-ricochet-january-sale",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}