Information about plays

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

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

{
    "id": 3562194,
    "uri": "https://api.kexp.org/v2/plays/3562194/?format=api",
    "airdate": "2025-10-07T02:14:23-07:00",
    "show": 64768,
    "show_uri": "https://api.kexp.org/v2/shows/64768/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ff8b1df-c1df-428f-ac0c-f258dceccb05/29840220136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ff8b1df-c1df-428f-ac0c-f258dceccb05/29840220136-250.jpg",
    "song": "Summertime Clothes",
    "track_id": null,
    "recording_id": "956f6990-c32c-46ab-a75e-cf08df097156",
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Merriweather Post Pavilion",
    "release_id": null,
    "release_group_id": "b059890c-d415-3e65-aaed-52c810565922",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2009-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Rebecca who just became an Amplifier!\n\n\"As a Brit living in Germany, I often tune into the overnight shows for company while I work. I think KEXP is a genuine force for good in the world, now more than ever... Anything by Animal Collective would brighten my day a lot. Thanks for being awesome!\"\n\nThank YOU -- make a donation today at kexp.org/donate!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}