Information about plays

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

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

{
    "id": 3558823,
    "uri": "https://api.kexp.org/v2/plays/3558823/?format=api",
    "airdate": "2025-09-28T13:50:19-07:00",
    "show": 64691,
    "show_uri": "https://api.kexp.org/v2/shows/64691/?format=api",
    "image_uri": "https://ia800505.us.archive.org/2/items/mbid-b189bda2-91ed-38b9-92c5-5db78da2943c/mbid-b189bda2-91ed-38b9-92c5-5db78da2943c-23742500998_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/2/items/mbid-b189bda2-91ed-38b9-92c5-5db78da2943c/mbid-b189bda2-91ed-38b9-92c5-5db78da2943c-23742500998_thumb250.jpg",
    "song": "Anyone Else but You",
    "track_id": "d6e2e933-ead5-3e9b-9ab6-c0da57872b60",
    "recording_id": "a2453d3b-4468-4ef3-8ea8-f7e6a883a4a5",
    "artist": "The Moldy Peaches",
    "artist_ids": [
        "6830e150-6233-4255-ab97-6e2e38759637"
    ],
    "album": "The Moldy Peaches",
    "release_id": "b189bda2-91ed-38b9-92c5-5db78da2943c",
    "release_group_id": "1d3acacc-0961-3e87-9a05-e71386c3821d",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was featured on the \"Juno\" soundtrack, released in 2007. A version of this song is performed at the end of the film by Elliot Page and Michael Cera.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}