Information about plays

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

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

{
    "id": 356869,
    "uri": "https://api.kexp.org/v2/plays/356869/?format=api",
    "airdate": "2019-07-20T13:01:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [],
    "album": "Depression Cherry",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [],
    "release_date": "2015-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing with the space themed set is the song \"Space Song\" by Beach House. In an interview with Pitchfork, Beach House mentioned, \"trance is a big part of our thing... We'll repeat a part for three hours while we wait for the next piece to fall into place.\" A strong and creative way to keep life in their dream-like aesthetic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}