Information about plays

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

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

{
    "id": 3529114,
    "uri": "https://api.kexp.org/v2/plays/3529114/?format=api",
    "airdate": "2025-07-19T19:01:29-07:00",
    "show": 64059,
    "show_uri": "https://api.kexp.org/v2/shows/64059/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b289274-6747-4909-a663-a172664d20db/26329530551-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b289274-6747-4909-a663-a172664d20db/26329530551-250.jpg",
    "song": "Still Phase",
    "track_id": null,
    "recording_id": "22f17786-26f7-4555-a361-13fdb16e0cac",
    "artist": "Candace",
    "artist_ids": [
        "a3604992-84f4-4b95-bc7c-51d4aa8ef4e2"
    ],
    "album": "Ideal Corners",
    "release_id": null,
    "release_group_id": "8e5a891c-4b63-4d55-a1af-9e5a586d937c",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-05-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland dream-pop band Candace's \"Still Phase\" was chosen as a recent KEXP Song of the Day by Cheryl Waters.  Download it for yourself (and subscribe to the podcast) here: https://www.kexp.org/podcasts/song-of-the-day/2020/8/21/candace-still-phase/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}