Information about plays

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

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

{
    "id": 3560850,
    "uri": "https://api.kexp.org/v2/plays/3560850/?format=api",
    "airdate": "2025-10-03T12:43:30-07:00",
    "show": 64733,
    "show_uri": "https://api.kexp.org/v2/shows/64733/?format=api",
    "image_uri": "https://ia902908.us.archive.org/19/items/mbid-9f8d8a86-87a8-3801-9c92-c8b759c926ef/mbid-9f8d8a86-87a8-3801-9c92-c8b759c926ef-3491008039_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/19/items/mbid-9f8d8a86-87a8-3801-9c92-c8b759c926ef/mbid-9f8d8a86-87a8-3801-9c92-c8b759c926ef-3491008039_thumb250.jpg",
    "song": "Jocasta",
    "track_id": "087557bf-c6aa-38ab-ba41-5d7469dc6423",
    "recording_id": "3d2dd08d-f71f-4151-8e14-8eb1bb06121e",
    "artist": "Noah and the Whale",
    "artist_ids": [
        "917bc621-ad02-477d-9308-a0304c5f9727"
    ],
    "album": "Peaceful, the World Lays Me Down",
    "release_id": "9f8d8a86-87a8-3801-9c92-c8b759c926ef",
    "release_group_id": "b43396e4-318c-32eb-a29c-ad699a71553b",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Noah and the Whale are an English rock band formed in 2006.\n\nhttps://www.instagram.com/noahandthewhale",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}