Information about plays

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

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

{
    "id": 3632465,
    "uri": "https://api.kexp.org/v2/plays/3632465/?format=api",
    "airdate": "2026-03-22T18:09:22-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab05ae06-194f-4bb3-8619-c201af9be229/13608338295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab05ae06-194f-4bb3-8619-c201af9be229/13608338295-250.jpg",
    "song": "I Want You for Myself",
    "track_id": null,
    "recording_id": "6b1385a4-ad69-4dc5-8540-f3921dd8713f",
    "artist": "George Duke",
    "artist_ids": [
        "fd180bc2-7b01-4b07-9597-451e7383f1b4"
    ],
    "album": "Master of the Game",
    "release_id": null,
    "release_group_id": "dde28602-74d3-3a42-9aa6-ac28fb45044d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1979-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees with Roy Ayers: Sheila E. plays percussion on Billy Cobham's Crosswind and George Duke's Master of the Game.\n\nGeorge Duke released \"I Want You for Myself\" on the 1979 album Master of the Game.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}