Information about plays

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

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

{
    "id": 3632665,
    "uri": "https://api.kexp.org/v2/plays/3632665/?format=api",
    "airdate": "2026-03-23T08:02:52-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://ia600106.us.archive.org/33/items/mbid-c1cc7a08-5069-4e29-808d-d5608707c900/mbid-c1cc7a08-5069-4e29-808d-d5608707c900-4891754931_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-c1cc7a08-5069-4e29-808d-d5608707c900/mbid-c1cc7a08-5069-4e29-808d-d5608707c900-4891754931_thumb250.jpg",
    "song": "Harvest Moon",
    "track_id": "0b3de587-9d48-3d3d-92c0-128f14cc9ac6",
    "recording_id": "891eedb2-a6e1-454e-81fb-d30768582645",
    "artist": "Poolside",
    "artist_ids": [
        "dbfbd2a1-3f61-40b9-9558-21a96e32f721"
    ],
    "album": "Pacific Standard Time",
    "release_id": "c1cc7a08-5069-4e29-808d-d5608707c900",
    "release_group_id": "f48642cb-2df0-42f6-932e-f86ccc39eaf9",
    "labels": [
        "Poolside Music"
    ],
    "label_ids": [
        "2fd67c0a-8ac3-4dcc-bb4e-7455af909807"
    ],
    "release_date": "2012-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Poolside covering Neil Young's \"Harvest Moon.\"\n---\nPitchfork called \"Pacific Standard Time\"  \"a disco album that slinks along with the urgency of a teenager on the first day of summer vacation.\": https://pitchfork.com/reviews/albums/16865-pacific-standard-time/.\n\nhttps://poolside.bandcamp.com/album/pacific-standard-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}