Information about plays

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

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

{
    "id": 2681424,
    "uri": "https://api.kexp.org/v2/plays/2681424/?format=api",
    "airdate": "2020-01-03T00:06:14-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/56090429-6c70-4b95-b9f6-a8d4442e2d20/22381816159-250.jpg",
    "thumbnail_uri": "",
    "song": "Ode to a Nuthatch",
    "track_id": "37b638f2-daaf-48ad-ac74-913e1d2a7be0",
    "recording_id": null,
    "artist": "Bibio",
    "artist_ids": [
        "9f9953f0-68bb-4ce3-aace-2f44c87f0aa3"
    ],
    "album": "Ribbons",
    "release_id": "56090429-6c70-4b95-b9f6-a8d4442e2d20",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bibio’s tenth solo album Ribbons plays prominently into the folk aesthetic. British musician Stephen Wilkinson whose intelligent, musician’s music has laid the foundation for his career  has produced another compelling piece of worthwhile quality.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}