Information about plays

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

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

{
    "id": 3437307,
    "uri": "https://api.kexp.org/v2/plays/3437307/?format=api",
    "airdate": "2024-12-12T20:59:18-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Eyes",
    "track_id": null,
    "recording_id": "d701e0ce-2ce9-460a-8b42-420913831e19",
    "artist": "Daydream Cycle",
    "artist_ids": [
        "e597be3b-d12c-439d-b150-ca5f0c90e5e4"
    ],
    "album": "Underwater Kite",
    "release_id": null,
    "release_group_id": "4112986d-8d05-3408-9f7e-a63594c0baac",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daydream Cycle is a Filipino dreampop/shoegaze band from Paranaque City, Philippines formed in the year 2000.\n\nhttps://daydreamcycle.bandcamp.com/album/daydream-cycle-2001",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}