Information about plays

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

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

{
    "id": 3585830,
    "uri": "https://api.kexp.org/v2/plays/3585830/?format=api",
    "airdate": "2025-12-02T11:57:07-08:00",
    "show": 65270,
    "show_uri": "https://api.kexp.org/v2/shows/65270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bobby Peru",
    "track_id": "1abf20c6-77b7-3ce6-9430-3d299f45ee28",
    "recording_id": "ed9fbf86-da5e-4360-bde3-7b2f60fd095f",
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "Pup Tent",
    "release_id": "14c79fb5-794c-340e-83f9-1dc6dc90d843",
    "release_group_id": "3334a0ab-6307-38b4-b2b6-55c61b28630a",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Luna is playing The Fillmore in  SF on Sunday, Monday, and Wednesday, December 28th, 29th, and 31st.\n--\nThis fine band performed live in our studio in January, 2023.: https://www.youtube.com/watch?v=rDwaylt7gv0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}