Information about plays

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

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

{
    "id": 3630658,
    "uri": "https://api.kexp.org/v2/plays/3630658/?format=api",
    "airdate": "2026-03-18T14:52:48-07:00",
    "show": 66215,
    "show_uri": "https://api.kexp.org/v2/shows/66215/?format=api",
    "image_uri": "https://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50c273d5-2f92-340a-adc2-178d5adaab63/4765243287-250.jpg",
    "song": "Pink & Blue",
    "track_id": null,
    "recording_id": "33d5f400-2c34-4434-b658-edf6a5e28b70",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below",
    "release_id": null,
    "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": "\"Pink & Blue\" contains samples of the vocals from  \"Age Ain't Nothing but a Number\" by Aaliyah.\n--\n\"So what if your head sports a couple of grey hairs?\nSame here, and, actually, I think that's funky\n(In a Claire Huxtable-type of way)...\"\nIn this song, Andre fantasizes about having a relationship with a woman who’s older than him.: https://genius.com/Outkast-pink-and-blue-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}