Information about plays

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

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

{
    "id": 3542606,
    "uri": "https://api.kexp.org/v2/plays/3542606/?format=api",
    "airdate": "2025-08-20T19:55:32-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/d56bca83-714e-4e1e-a8fb-a0e0f1bc8e0d/27958092818-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d56bca83-714e-4e1e-a8fb-a0e0f1bc8e0d/27958092818-250.jpg",
    "song": "Ivan in the Park",
    "track_id": null,
    "recording_id": "c0ce8941-1cb7-406e-91a2-911be122614b",
    "artist": "Flavor Crystals",
    "artist_ids": [
        "d7a1107b-e430-4aec-9974-77537f33984a"
    ],
    "album": "Three",
    "release_id": null,
    "release_group_id": "cb6b597a-9474-4a39-8b7a-04fab8a90fe2",
    "labels": [
        "mpls ltd"
    ],
    "label_ids": [
        "7b7eb8f8-b052-4d48-a89f-2daac58f4c66"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis group \"creating head music of the highest order. Josh Richardson (voc/gtr) Nat Stensland (bass IV) Jon Menke (drums) Vince Caro (gtr) . Ethereal mindbenders.\"\n\nhttps://flavorcrystals.bandcamp.com/track/ivan-in-the-park",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}