Information about plays

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

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

{
    "id": 3583515,
    "uri": "https://api.kexp.org/v2/plays/3583515/?format=api",
    "airdate": "2025-11-27T04:23:20-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ec46d2b-99b5-43a9-b0a6-f2a266a725ed/4135642689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ec46d2b-99b5-43a9-b0a6-f2a266a725ed/4135642689-250.jpg",
    "song": "Early in the Morning",
    "track_id": null,
    "recording_id": "16e76c1c-1e3c-4edd-926e-2d0dc6571004",
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "Gap Band IV",
    "release_id": null,
    "release_group_id": "3b067281-433f-3d9b-8999-3420c6ddacdc",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ronnie, Robert and Charlie Wilson's The Gap Band with disco number \"Early in the Morning\" - in the video below watch Dave Grohl talking to Pharrell about how the group were an inspiration for the drums on Nirvana's \"Nevermind\" \n\n\nhttps://www.youtube.com/watch?v=dZCrdSC2-1I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}