Information about plays

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

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

{
    "id": 369451,
    "uri": "https://api.kexp.org/v2/plays/369451/?format=api",
    "airdate": "2019-08-19T11:56:41-07:00",
    "show": 6160,
    "show_uri": "https://api.kexp.org/v2/shows/6160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kid in Candy",
    "track_id": "6f69b9aa-9943-34be-b36b-21971f1a2a00",
    "recording_id": null,
    "artist": "The Spinanes",
    "artist_ids": [
        "ea8aba9a-0163-439b-91ff-fe02e9d67663"
    ],
    "album": "Arches and Aisles",
    "release_id": "d1b9dd24-6d7c-4c46-b59e-1118a3da3546",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1998-04-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Another amazing 1990s Sub Pop band - formed in 1991 in Portland, OR by two friends. Learn more about \"where are they now\", here (hint - one member has played with Built to Spill): https://www.subpop.com/artists/the_spinanes. Related to this: KEXP presents Built to Spill at The Showbox on Saturday, October 26.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}