Information about plays

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

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

{
    "id": 3640552,
    "uri": "https://api.kexp.org/v2/plays/3640552/?format=api",
    "airdate": "2026-04-11T03:19:10-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-cf388836-c143-49ce-a448-ecef60361335/mbid-cf388836-c143-49ce-a448-ecef60361335-33583669637_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-cf388836-c143-49ce-a448-ecef60361335/mbid-cf388836-c143-49ce-a448-ecef60361335-33583669637_thumb250.jpg",
    "song": "Advertising",
    "track_id": "81d457d6-dcf0-4fa3-b90e-c401128ffa6c",
    "recording_id": "cc601783-071c-444a-9251-ed195c9a883e",
    "artist": "The Dip",
    "artist_ids": [
        "440d564f-7288-45e2-8449-885d65dc4d33"
    ],
    "album": "The Dip Delivers",
    "release_id": "cf388836-c143-49ce-a448-ecef60361335",
    "release_group_id": "98bdcaeb-b740-469c-ad16-947a21d99b44",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}