Information about plays

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

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

{
    "id": 3606725,
    "uri": "https://api.kexp.org/v2/plays/3606725/?format=api",
    "airdate": "2026-01-20T08:34:22-08:00",
    "show": 65706,
    "show_uri": "https://api.kexp.org/v2/shows/65706/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty in Pink",
    "track_id": "6d48a26a-aa74-4619-a2e3-26b61b8be1c2",
    "recording_id": "2c78c0fe-068d-4d8e-9c91-e5dddf4f1e4c",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Talk Talk Talk",
    "release_id": "1b814d85-2c00-48c1-ba96-1f8592aa7d99",
    "release_group_id": "dd28f081-4d8c-34aa-afe3-a19b833954b5",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1981-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The great thing about this soundtrack is that it really sounds like a legitimate album, not a compilation,\" A&M Records' David Anderle said \"It holds together so well that you almost get the feeling that it could be all songs by one band, just with a lot of different lead singers.\"\n--\nRead about all the tracks on this classic album: https://ultimateclassicrock.com/pretty-in-pink-soundtrack/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}