Information about plays

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

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

{
    "id": 3618270,
    "uri": "https://api.kexp.org/v2/plays/3618270/?format=api",
    "airdate": "2026-02-16T11:17:55-08:00",
    "show": 65950,
    "show_uri": "https://api.kexp.org/v2/shows/65950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colour Yr Lights In",
    "track_id": "5d470a6c-40f0-3f42-bccd-6bd9b6022ea0",
    "recording_id": "8d55f8e1-dc79-4fff-b5cf-64d14f2a1224",
    "artist": "The Besnard Lakes",
    "artist_ids": [
        "520c81bd-e7b4-45c1-bd8f-976eba5b39e1"
    ],
    "album": "Until In Excess, Imperceptible UFO",
    "release_id": "91ba828e-59bf-4aaf-98bf-ab8fabf67e75",
    "release_group_id": "9a091a9b-fe9d-483c-928b-e78fb0e0489b",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}