Information about plays

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

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

{
    "id": 3550355,
    "uri": "https://api.kexp.org/v2/plays/3550355/?format=api",
    "airdate": "2025-09-08T07:16:14-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb211fe8-1f6c-4dfa-81fa-f5969ac46629/12597064282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb211fe8-1f6c-4dfa-81fa-f5969ac46629/12597064282-250.jpg",
    "song": "Sleep Paralysist",
    "track_id": null,
    "recording_id": "b34eeef8-a7b5-4b6f-bd01-a9e5708b8353",
    "artist": "Neon Indian",
    "artist_ids": [
        "e8238c02-1cf0-4a51-bfd0-cee93904d351"
    ],
    "album": "Sleep Paralysist",
    "release_id": null,
    "release_group_id": "87551931-34f2-4b45-9bf0-4ebcfcd866fa",
    "labels": [
        "Green Label"
    ],
    "label_ids": [
        "eda81fd2-1cc6-4caf-b87f-1660d0b2d9c0"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neon Indian is an American electronic music band from Denton, Texas. The music is composed by Mexican-born Alan Palomo, who is also part of the band Ghosthustler and releases solo music under his birth name and the stage name VEGA.\nhttps://alanpalomo.com/\n\nHere's Neon Indian live in the KEXP studio in 2011 - https://www.youtube.com/watch?v=0sf6DM-30DA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}