Information about plays

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

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

{
    "id": 3578725,
    "uri": "https://api.kexp.org/v2/plays/3578725/?format=api",
    "airdate": "2025-11-15T22:26:55-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/c43d43fc-cf39-48ef-ae89-ab56d8d32ce7/14338385817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c43d43fc-cf39-48ef-ae89-ab56d8d32ce7/14338385817-250.jpg",
    "song": "I Love Trash",
    "track_id": null,
    "recording_id": "ebb16abb-c587-475b-846c-45736bcf660f",
    "artist": "Krupted Peasant Farmers",
    "artist_ids": [
        "a5b791f1-7257-4e0d-8e37-575b2813a3f6"
    ],
    "album": "31 Bands Trash 31 Songs to Find the Way to Sesame Street",
    "release_id": null,
    "release_group_id": "c6df4a3d-ae2a-33e6-8771-28f86a8e08f2",
    "labels": [
        "CR"
    ],
    "label_ids": [
        "738fbe4e-d6e6-410e-9275-771bab66df8c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sesame St. cover\n\nBand out of San Jose aka KPF; members also played in Angry for Life and Apeface.\n\nhttps://shop.dead-beat-records.com/products/utter-failure-s-t-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}