Information about plays

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

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

{
    "id": 2675825,
    "uri": "https://api.kexp.org/v2/plays/2675825/?format=api",
    "airdate": "2019-12-20T07:08:19-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/24c99b7d-b243-450d-8477-46dfd4a8bfa3/948171837-250.jpg",
    "thumbnail_uri": "",
    "song": "Wild",
    "track_id": "7815c316-ad35-3af9-a749-eabbedd08fb7",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "24c99b7d-b243-450d-8477-46dfd4a8bfa3",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 43. \"Bloom\" was released in May, 2012 by this duo.  It was the product of two years of touring and was recorded in Tornillo, Texas over seven weeks. (The band chose to record there after west Texas after being captivated by the area while resting there during a tour.)  According to John, KEXP has played \"Wild\" 72 times since its release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}