Information about plays

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

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

{
    "id": 3604602,
    "uri": "https://api.kexp.org/v2/plays/3604602/?format=api",
    "airdate": "2026-01-15T08:14:27-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need You Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "Kylie Minogue, INXS",
    "artist_ids": [],
    "album": "LaRCS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YouTube"
    ],
    "label_ids": [],
    "release_date": "2017-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(yesterday)\nCan you play the INXS/Kylie song? I support KEXP not only for the community that it creates, but for days like this. It is so much fun to hear all the requests, the music is awesome, and it is impressive that the DJs take these requests and put them into sets that flow.\n\nLynne in Portland \n\n==\nhttps://www.youtube.com/watch?v=bBRgoJZd73M\n\"LaRCS\" stands for \"Live and Record Combined Stereo\", which means that on the left side you can hear a live performance, while on the right side the video clip/studio version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}