Information about plays

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

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

{
    "id": 3639514,
    "uri": "https://api.kexp.org/v2/plays/3639514/?format=api",
    "airdate": "2026-04-08T15:33:49-07:00",
    "show": 66400,
    "show_uri": "https://api.kexp.org/v2/shows/66400/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-99f12518-4b46-4306-a5eb-535d2f253583/mbid-99f12518-4b46-4306-a5eb-535d2f253583-15145402751_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-99f12518-4b46-4306-a5eb-535d2f253583/mbid-99f12518-4b46-4306-a5eb-535d2f253583-15145402751_thumb250.jpg",
    "song": "January Arms",
    "track_id": "1d2395a7-e4d4-3d83-8a9b-e9de9362ddf1",
    "recording_id": "9d36cc15-4192-444d-9534-d75d5462804e",
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "this is the way it goes and goes and goes",
    "release_id": "99f12518-4b46-4306-a5eb-535d2f253583",
    "release_group_id": "39fbce30-3486-35a8-b6f9-66859138e7d0",
    "labels": [
        "Pacifico Recordings",
        "DeSoto Records"
    ],
    "label_ids": [
        "459d0ebf-8b5d-47a8-9905-f56ff10d43bc",
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-03-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This 1999 recording was the debut album from Seattle band Juno, active from 1995-2003.\n--\nHere's a KEXP feature about the album: https://www.kexp.org/read/2019/3/30/junos-way-it-goes-and-goes-and-goes-has-been-going-20-years/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}