Information about plays

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

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

{
    "id": 355682,
    "uri": "https://api.kexp.org/v2/plays/355682/?format=api",
    "airdate": "2019-07-17T18:00:00-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lightning Field",
    "track_id": "cfb1a487-14f1-41a5-90b8-148ba4f76d03",
    "recording_id": null,
    "artist": "Steve Gunn",
    "artist_ids": [
        "a0d05bb8-3ef4-4b70-8992-5da4322afc21"
    ],
    "album": "The Unseen in Between",
    "release_id": "5fe40eff-0eb1-4677-b412-8d72a3326c03",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wed 10/23 @ Showbox (solo), opening for Dinosaur Jr. ; in-studio at KEXP last February: https://www.youtube.com/watch?v=qzMHxQSxXKY ; https://consequenceofsound.net/2018/10/steven-gunn-announces-new-album-the-unseen-in-between-shares-new-moon-stream ; http://www.steve-gunn.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}