Information about plays

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

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

{
    "id": 3568897,
    "uri": "https://api.kexp.org/v2/plays/3568897/?format=api",
    "airdate": "2025-10-23T10:18:22-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://ia800209.us.archive.org/21/items/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674-43260325955_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674/mbid-82f1d593-13c9-4e38-9a7e-f706ed034674-43260325955_thumb250.jpg",
    "song": "By The End of the Night",
    "track_id": "2d0c70a2-56d9-4401-b171-cd533c94da8c",
    "recording_id": "4ad96d87-8141-40ea-ad83-8b40af8d94ef",
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Pretty Idea",
    "release_id": "82f1d593-13c9-4e38-9a7e-f706ed034674",
    "release_group_id": "91ddf1dd-4e35-4ea7-be4c-d665d7489b5d",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}