Information about plays

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

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

{
    "id": 3597200,
    "uri": "https://api.kexp.org/v2/plays/3597200/?format=api",
    "airdate": "2025-12-28T14:26:14-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "https://ia801904.us.archive.org/23/items/mbid-50c273d5-2f92-340a-adc2-178d5adaab63/mbid-50c273d5-2f92-340a-adc2-178d5adaab63-4765243287_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/23/items/mbid-50c273d5-2f92-340a-adc2-178d5adaab63/mbid-50c273d5-2f92-340a-adc2-178d5adaab63-4765243287_thumb250.jpg",
    "song": "The Way You Move",
    "track_id": "f61da102-36b1-357b-876f-1315b7f2112b",
    "recording_id": "20228af5-5fd6-4701-8b6b-0c6dc4d039c6",
    "artist": "OutKast feat. Sleepy Brown",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27",
        "e220955e-2810-4bbb-811b-6d30f62b6392"
    ],
    "album": "Speakerboxxx / The Love Below",
    "release_id": "50c273d5-2f92-340a-adc2-178d5adaab63",
    "release_group_id": "fa64febd-61e0-346e-aaa2-04564ed4f0a3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is one of the two lead singles from 2003's classic \"Speakerboxxx / The Love Below\". It's performed by Big Boi and features birthday boy Sleepy Brown on guest vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}