Information about plays

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

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

{
    "id": 3657376,
    "uri": "https://api.kexp.org/v2/plays/3657376/?format=api",
    "airdate": "2026-05-20T20:51:12-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf307d6c-9201-4a7d-ab0a-8e6d5660d748/16717921586-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf307d6c-9201-4a7d-ab0a-8e6d5660d748/16717921586-250.jpg",
    "song": "Colour of My Mind",
    "track_id": null,
    "recording_id": "88da28bb-0cb1-42e1-9e9f-fe3dabe4e58f",
    "artist": "The Attack",
    "artist_ids": [
        "c84ef37f-d6ab-4afa-a386-38504b0d4ac0"
    ],
    "album": "Created by Clive / Colour of My Mind",
    "release_id": null,
    "release_group_id": "fe1a7eaa-7645-45e8-a4e3-8e0d86134579",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1967 Psych Rock out of the Netherlands",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}