Information about plays

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

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

{
    "id": 3546296,
    "uri": "https://api.kexp.org/v2/plays/3546296/?format=api",
    "airdate": "2025-08-29T12:22:00-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-60d6163f-7221-4229-b818-10bc82a8bf90/mbid-60d6163f-7221-4229-b818-10bc82a8bf90-31551765649_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-60d6163f-7221-4229-b818-10bc82a8bf90/mbid-60d6163f-7221-4229-b818-10bc82a8bf90-31551765649_thumb250.jpg",
    "song": "Flesh Number One (Beatle Dennis)",
    "track_id": "51ceddc3-7861-34e6-a9f1-cd64814e59a8",
    "recording_id": "f364c95a-0719-4a26-b1c8-136b3bfa9cb7",
    "artist": "Robyn Hitchcock",
    "artist_ids": [
        "0584e561-1442-46c9-9593-923c34571eb7"
    ],
    "album": "Greatest Hits",
    "release_id": "60d6163f-7221-4229-b818-10bc82a8bf90",
    "release_group_id": "000981ad-badf-389f-8efe-7703e74ad59c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1996-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robyn Hitchcock first released \"Flesh Number One (Beatle Dennis)\" on the 1988 Globe of Frogs album. Glenn Tilbrook of Squeeze duets with Hitchcock on this track and Peter Buck features on guitar throughout the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}