Information about plays

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

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

{
    "id": 3632007,
    "uri": "https://api.kexp.org/v2/plays/3632007/?format=api",
    "airdate": "2026-03-21T17:21:37-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://coverartarchive.org/release/f39f0310-ad34-4401-95a5-f70c32230a40/21418410951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f39f0310-ad34-4401-95a5-f70c32230a40/21418410951-250.jpg",
    "song": "Waves (Tame Impala remix)",
    "track_id": null,
    "recording_id": "d5699495-46c2-4f68-992d-5d38db0f1307",
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "Rogue Waves",
    "release_id": null,
    "release_group_id": "c83e25b2-c7b8-4a13-9475-c3d0a546cd4c",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2016-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Remixed by Tame Impala.\n--\nTame Impala remixed Miguel's \"Waves\" for the Rogue Waves collection, which also features Travis Scott, Kacey Musgraves, RAC, and more. \n\nCheck out the music video for this song, which features Miguel and Kevin Parker laying along a furniture-littered beach: http://tinyurl.com/2y563r8z",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}