Information about plays

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

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

{
    "id": 3657514,
    "uri": "https://api.kexp.org/v2/plays/3657514/?format=api",
    "airdate": "2026-05-21T04:14:39-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/86f69e87-d0dd-4146-92a0-a522c8ffc036/45004826304-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86f69e87-d0dd-4146-92a0-a522c8ffc036/45004826304-250.jpg",
    "song": "Dear Younger Me",
    "track_id": null,
    "recording_id": "daf60854-efb1-451f-9712-49832e2652d6",
    "artist": "Oddisee & Heno.",
    "artist_ids": [
        "aaae09b3-70d9-4a65-bb3f-57e85dfe9b83",
        "c0eb2846-e875-4f81-b09c-fd53279bd52d"
    ],
    "album": "From Takoma With Love",
    "release_id": null,
    "release_group_id": "1fa27535-d3a5-402f-b914-2ae146cc1a19",
    "labels": [
        "Outer Note Label"
    ],
    "label_ids": [
        "c995690b-f6e4-4efe-851d-4dc87f17a1f2"
    ],
    "release_date": "2026-04-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}