Information about plays

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

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

{
    "id": 3616695,
    "uri": "https://api.kexp.org/v2/plays/3616695/?format=api",
    "airdate": "2026-02-12T19:58:40-08:00",
    "show": 65916,
    "show_uri": "https://api.kexp.org/v2/shows/65916/?format=api",
    "image_uri": "https://coverartarchive.org/release/00cced23-ee5a-4ded-96db-cc20aed2b301/20887231089-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00cced23-ee5a-4ded-96db-cc20aed2b301/20887231089-250.jpg",
    "song": "Money (That’s What I Want)",
    "track_id": null,
    "recording_id": "9c6a1f66-880d-411f-be51-6e8130884f43",
    "artist": "Cheryl K feat. Awkwafina",
    "artist_ids": [
        "abcf2f6a-205d-4e6d-a788-7d899d648b87",
        "f35da7e6-09f1-4dd7-ac7c-bee4c72c3bf5"
    ],
    "album": "Crazy Rich Asians: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "fb5b6cff-1475-49ba-8954-b1a122f5a9f5",
    "labels": [
        "WaterTower Music"
    ],
    "label_ids": [
        "a6cbb3d7-6fea-4257-aa79-e1e6bf810da3"
    ],
    "release_date": "2018-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Koh, known professionally as Cheryl K is a Malaysian and Singaporean singer-songwriter and actress.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}