Information about plays

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

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

{
    "id": 3549228,
    "uri": "https://api.kexp.org/v2/plays/3549228/?format=api",
    "airdate": "2025-09-05T13:08:46-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://ia801309.us.archive.org/29/items/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832-6697418687_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/29/items/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832/mbid-29cb6651-8d5f-4ce3-8e5b-9872da4ab832-6697418687_thumb250.jpg",
    "song": "Party Trap",
    "track_id": "2f4bfb3f-3a85-4a8e-baf3-290c13c70d51",
    "recording_id": "233026d4-a7b5-4dea-8ea5-7246aa34e77c",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "NVM",
    "release_id": "29cb6651-8d5f-4ce3-8e5b-9872da4ab832",
    "release_group_id": "75b639bc-fb8a-4000-9438-6a6ee28a7f00",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "More Local awesomeness from 2014 -- https://kexp.org/50\n\nTacocat wrote NVM as a song-for-song response to Nirvana's \"Nevermind\"\n\n\"The only anchor the album really needs is the certainty that one day your world will treat you like utter garbage, and only the sarcastic irreverence of Tacocat can lift you out of your vortex of suckitude.\" -- https://tinyurl.com/ynad7stw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}