Information about plays

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

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

{
    "id": 3616943,
    "uri": "https://api.kexp.org/v2/plays/3616943/?format=api",
    "airdate": "2026-02-13T10:27:14-08:00",
    "show": 65921,
    "show_uri": "https://api.kexp.org/v2/shows/65921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bird on a Wire",
    "track_id": "f142dc35-daad-321e-94c6-7d5a74a99520",
    "recording_id": "8b3596bf-6345-475a-a34c-2b7ed63e99a6",
    "artist": "Rogue Wave",
    "artist_ids": [
        "6aa55ee1-4c46-4f7c-9a6d-5051dfe2c06d"
    ],
    "album": "Descended Like Vultures",
    "release_id": "cd297b59-fd00-4c18-b03a-f130d2d64dff",
    "release_group_id": "ff425888-b69b-3510-a58f-36d840f3a7d7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rogue Wave Live on KEXP at Noise Pop in Oakland Thursday, February 26, at 11am!\n\nOakland band Rogue Wave will play two shows at Swedish American Hall on March 1st in San Francisco for Noise Pop Fest! \nCheck out the full schedule here: \nhttps://www.noisepopfest.com/schedule\n\nThey performed Live on KEXP back in 2013. Check out the video here: https://www.youtube.com/watch?v=qut4zvA_vSw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}