Information about plays

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

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

{
    "id": 353451,
    "uri": "https://api.kexp.org/v2/plays/353451/?format=api",
    "airdate": "2019-07-12T11:35:10-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/3954d89f-842d-4eea-a093-98a8d5ed832e/22192055413-250.jpg",
    "thumbnail_uri": "",
    "song": "Walkie Talkie",
    "track_id": "6afe8dfc-d35b-4f91-86b2-f54717e2a7fc",
    "recording_id": null,
    "artist": "Wand",
    "artist_ids": [
        "5dc7b78d-7777-4dd7-87e2-fbe9f42f7e42"
    ],
    "album": "Laughing Matter",
    "release_id": "3954d89f-842d-4eea-a093-98a8d5ed832e",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wand was here at KEXP in August 2018: https://www.youtube.com/watch?v=SfIjV3BAlsA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}