Information about plays

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

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

{
    "id": 3617402,
    "uri": "https://api.kexp.org/v2/plays/3617402/?format=api",
    "airdate": "2026-02-14T14:01:39-08:00",
    "show": 65932,
    "show_uri": "https://api.kexp.org/v2/shows/65932/?format=api",
    "image_uri": "https://ia800106.us.archive.org/35/items/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf-19143097871_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf-19143097871_thumb250.jpg",
    "song": "Prototype",
    "track_id": "2594faee-1d9b-45b5-ab8a-da8c8258b818",
    "recording_id": "4ea9b707-6ecf-4342-a17f-9c6b2ade8488",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below (Clean)",
    "release_id": "7811994c-4d53-412c-aab6-3c7f4ff93fbf",
    "release_group_id": "939eccdb-dae4-4022-bb0e-810fe1700423",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I actually wrote it in mind for Janet Jackson to sing. I wanted to just submit for her to sing the song. Once I laid down a demo, [I realized] it feels better, it feels realer if I did it.\" - André 3000\n\nOutKast's double album of dual solo albums, \"Speakerboxxx / The Love Below\", won the 2004 Grammy for Album of the Year. OutKast only released one more studio album afterward, 2006's \"Idlewild\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}