Information about plays

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

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

{
    "id": 3547647,
    "uri": "https://api.kexp.org/v2/plays/3547647/?format=api",
    "airdate": "2025-09-01T17:04:12-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4a7ac31-4610-475a-9b44-1b50da99679d/25201655394-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4a7ac31-4610-475a-9b44-1b50da99679d/25201655394-250.jpg",
    "song": "Beneath the City of the Monkey God",
    "track_id": null,
    "recording_id": "c1839ed8-cb20-40f2-8afc-249fa18b83f5",
    "artist": "The Sorcerers",
    "artist_ids": [
        "2e7291f1-7335-48d2-ad37-be656d031880"
    ],
    "album": "Other Worlds And Habitats",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ATA Records"
    ],
    "label_ids": [
        "e72d8b46-8d46-4bb3-805a-694023d58aaf"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sorcerers.bandcamp.com/album/other-worlds-and-habitats",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}