Information about plays

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

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

{
    "id": 3639309,
    "uri": "https://api.kexp.org/v2/plays/3639309/?format=api",
    "airdate": "2026-04-08T03:43:35-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-84e7d264-f6c9-42d6-9b36-deb6e85c0e25/mbid-84e7d264-f6c9-42d6-9b36-deb6e85c0e25-24143159425_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-84e7d264-f6c9-42d6-9b36-deb6e85c0e25/mbid-84e7d264-f6c9-42d6-9b36-deb6e85c0e25-24143159425_thumb250.jpg",
    "song": "Language Problem",
    "track_id": "5d66302a-ff95-3d27-9b4c-50fc515907f0",
    "recording_id": "1e9fa591-acbb-455a-937b-1002564895e4",
    "artist": "The Only Ones",
    "artist_ids": [
        "812dca85-2b55-4015-a92e-1182251bc621"
    ],
    "album": "The Peel Sessions",
    "release_id": "f0a61ccc-29bb-434f-afe9-877a1087f3ef",
    "release_group_id": "f1696a49-3079-343d-9c30-b5cb55034265",
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "release_date": "1989-12-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}