Information about plays

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

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

{
    "id": 3551324,
    "uri": "https://api.kexp.org/v2/plays/3551324/?format=api",
    "airdate": "2025-09-10T14:19:36-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://ia800607.us.archive.org/27/items/mbid-3b26420a-52b3-49db-9e3a-fcf27048a58d/mbid-3b26420a-52b3-49db-9e3a-fcf27048a58d-4769277573_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/27/items/mbid-3b26420a-52b3-49db-9e3a-fcf27048a58d/mbid-3b26420a-52b3-49db-9e3a-fcf27048a58d-4769277573_thumb250.jpg",
    "song": "Ghostwriter",
    "track_id": "4a94c6df-0776-3634-8da6-abd943d08b38",
    "recording_id": "78c9e7af-99fc-4d23-80f2-0cbbead6d245",
    "artist": "RJD2",
    "artist_ids": [
        "1a120ec5-35b3-4f3e-aa49-7201550d9feb"
    ],
    "album": "Deadringer",
    "release_id": "3b26420a-52b3-49db-9e3a-fcf27048a58d",
    "release_group_id": "fcca105e-1677-32db-b7cc-e3840d4f1456",
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2002-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Elliott Smith's \"I Didn't Understand,\" Betty Wright's \"Secretary,\" Cream's \"Outside Woman Blues\", and Paul Desmond's \"A Taste of Honey.\": https://parallaxatives.blogspot.com/2011/06/sample-spotting-rjd2s-ghostwriter.html\n--\nRead KEXP's 2018 interview with Columbus based musician RJD2 here: https://www.kexp.org/read/2018/12/10/rjd2-on-the-math-equation-of-music-composition/?t=1544474571226",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}