Information about plays

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

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

{
    "id": 3638561,
    "uri": "https://api.kexp.org/v2/plays/3638561/?format=api",
    "airdate": "2026-04-06T08:58:19-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-cc6f7a05-e1c4-4039-9eb3-8c8ccd37e6b1/mbid-cc6f7a05-e1c4-4039-9eb3-8c8ccd37e6b1-13919864002_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/32/items/mbid-cc6f7a05-e1c4-4039-9eb3-8c8ccd37e6b1/mbid-cc6f7a05-e1c4-4039-9eb3-8c8ccd37e6b1-13919864002_thumb250.jpg",
    "song": "David",
    "track_id": "959a31f6-018c-3ec3-9361-ddf9a79befb4",
    "recording_id": "42f9f538-5e4f-4aec-947b-4b3c7e069836",
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Clinging to a Scheme",
    "release_id": "cc6f7a05-e1c4-4039-9eb3-8c8ccd37e6b1",
    "release_group_id": "11e16d3d-f02f-4690-aadd-d4033993138f",
    "labels": [
        "Labrador"
    ],
    "label_ids": [
        "9c4f19be-ce66-44a6-8a19-9202c17361b5"
    ],
    "release_date": "2010-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Radio Dept. started in Malmö, Sweden in 2001. Released in 2010, Clinging to a Scheme is their third album. \n\nhttps://theradiodept.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}