Information about plays

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

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

{
    "id": 3620163,
    "uri": "https://api.kexp.org/v2/plays/3620163/?format=api",
    "airdate": "2026-02-21T03:01:19-08:00",
    "show": 65989,
    "show_uri": "https://api.kexp.org/v2/shows/65989/?format=api",
    "image_uri": "https://coverartarchive.org/release/c53d6f73-a312-457a-bafd-2d38ec4d1cce/8216198322-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c53d6f73-a312-457a-bafd-2d38ec4d1cce/8216198322-250.jpg",
    "song": "Whales Tails",
    "track_id": null,
    "recording_id": "0de14bae-bca7-4230-8a36-c2fbb2c213cb",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Victorialand",
    "release_id": null,
    "release_group_id": "6add4d4f-a9b4-335d-9c9d-9c4a92027489",
    "labels": [],
    "label_ids": [],
    "release_date": "1986-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}