Information about plays

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

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

{
    "id": 3564324,
    "uri": "https://api.kexp.org/v2/plays/3564324/?format=api",
    "airdate": "2025-10-12T20:08:34-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ca94375-307a-40e3-978d-e98a8adaedf7/16880770891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ca94375-307a-40e3-978d-e98a8adaedf7/16880770891-250.jpg",
    "song": "Shake It Up, Shake It Down",
    "track_id": null,
    "recording_id": "bea0a6cd-5f7d-47b6-a1a5-cee0cc92f9fe",
    "artist": "Will Sessions and Rickey Calloway",
    "artist_ids": [],
    "album": "Deluxe",
    "release_id": null,
    "release_group_id": "d75c8a58-602f-448c-9878-f2af8b834237",
    "labels": [
        "Funk Night"
    ],
    "label_ids": [],
    "release_date": "2017-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit's own Will Sessions collaborated with Rickey Calloway on \"Shake It Up, Shake It Down\" on the album Deluxe.\n\nOriginally formed in a Detroit basement in 2007 as a solo project, Will Sessions has quickly evolved into a solid core of musicians adept at shifting effortlessly between rare funk, hip hop, jazz-fusion and soul music.\nRickey Calloway is a R&B funk singer, rhythm guitar musician and songwriter from Jacksonville, Florida. Much of Calloway's music is a reminder of James Brown's music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}