Information about plays

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

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

{
    "id": 3644590,
    "uri": "https://api.kexp.org/v2/plays/3644590/?format=api",
    "airdate": "2026-04-20T16:33:16-07:00",
    "show": 66507,
    "show_uri": "https://api.kexp.org/v2/shows/66507/?format=api",
    "image_uri": "https://coverartarchive.org/release/7bbbb844-080d-4ac6-8d27-8e56bffa799a/42069447606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7bbbb844-080d-4ac6-8d27-8e56bffa799a/42069447606-250.jpg",
    "song": "Pass The Dutchie (12\" Version) 12\" Version",
    "track_id": null,
    "recording_id": "300c98d0-c322-462e-992a-9d2861a9ae22",
    "artist": "Musical Youth",
    "artist_ids": [
        "1a3e7a10-72ed-4591-a363-c1e3bc92fc09"
    ],
    "album": "Pass The Dutchie",
    "release_id": null,
    "release_group_id": "201e2002-f1a8-4b14-8528-2fa788872081",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In this instance of the song, a dutchie is a Dutch oven!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}