Information about plays

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

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

{
    "id": 3521600,
    "uri": "https://api.kexp.org/v2/plays/3521600/?format=api",
    "airdate": "2025-07-02T10:00:18-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleepwalking",
    "track_id": "92cf5e3f-5bfd-3c38-bfbe-e8e62c28e055",
    "recording_id": "de0ce0b9-663d-4815-afd3-4f8945c12f3c",
    "artist": "The Young Evils",
    "artist_ids": [
        "767e5e6d-919a-49b7-9087-117a35e9693a"
    ],
    "album": "Enchanted Chapel",
    "release_id": "e9a9059f-146e-4d6f-ab11-520bd756d86f",
    "release_group_id": "45f1230b-2a99-44b2-925b-b24f72e9dd3b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-08-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Young Evils are Troy Nelson (guitar/vocals) and Mackenzie Mercer (vocals) with Cody Hurd (guitar), Michael Lee (bass) and Faustine Hudson (drums). The Seattle-based band self-released their debut album \"Enchanted Chaple'. https://theyoungevils.bandcamp.com/album/enchanted-chapel Check out their performances live in the KEXP studio: https://www.youtube.com/c/kexp/search?query=The+Young+Evils",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}