Information about plays

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

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

{
    "id": 3598012,
    "uri": "https://api.kexp.org/v2/plays/3598012/?format=api",
    "airdate": "2025-12-30T13:21:50-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b5f07a6-d20b-40c3-b532-24835a2935bb/21411071220-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b5f07a6-d20b-40c3-b532-24835a2935bb/21411071220-250.jpg",
    "song": "Deliciously Down",
    "track_id": null,
    "recording_id": "2c3e2566-8c4d-4070-8c00-5778c7746e26",
    "artist": "Cree Summer",
    "artist_ids": [
        "95051896-7b84-46da-a0eb-d1045736a694"
    ],
    "album": "Street Faërie",
    "release_id": null,
    "release_group_id": "42953a36-460e-3a98-9972-27a295a64717",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1999-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Street Faërie is the first full-length album recorded by Cree Summer. It was released in 1999 on the Work Group, a now-defunct imprint of Sony Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}