Information about plays

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

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

{
    "id": 3578797,
    "uri": "https://api.kexp.org/v2/plays/3578797/?format=api",
    "airdate": "2025-11-16T02:07:03-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a3d60d3-90ea-4a90-938a-06b2aee41bd3/12833333732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a3d60d3-90ea-4a90-938a-06b2aee41bd3/12833333732-250.jpg",
    "song": "決別",
    "track_id": null,
    "recording_id": "5ba6314d-a27f-43a6-8972-4c8b4f69315e",
    "artist": "BORIS",
    "artist_ids": [
        "57652bf8-cfe8-42e7-b9a7-5572a7080d8d"
    ],
    "album": "PINK",
    "release_id": null,
    "release_group_id": "6c8b3082-65a6-367c-b35f-140ede4ac855",
    "labels": [
        "Diwphalanx Records"
    ],
    "label_ids": [
        "10bd8830-6ec5-41f0-bbab-ba3947b725b9"
    ],
    "release_date": "2005-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is about to celebrate its 20th anniversary this year, and their celebrating with a tour! In Seattle Mon. Nov. 17th at the Crocodile, and in San Francisco, CA at the Great American Music Hall on Thu. Nov. 20th. \n\nhttps://boris.bandcamp.com/album/pink-deluxe-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}