Information about plays

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

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

{
    "id": 379690,
    "uri": "https://api.kexp.org/v2/plays/379690/?format=api",
    "airdate": "2019-09-11T20:54:09-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "http://coverartarchive.org/release/f8cd3836-f9f2-4cfd-b369-aa8b6a02219e/24050929924-250.jpg",
    "thumbnail_uri": "",
    "song": "The Fading",
    "track_id": "b84075a8-953f-40ea-867f-e22fa8bc1ad2",
    "recording_id": null,
    "artist": "Joan Shelley",
    "artist_ids": [
        "0a200500-a8dc-4efe-ac86-69c3d04df515"
    ],
    "album": "Like the River Loves the Sea",
    "release_id": "f8cd3836-f9f2-4cfd-b369-aa8b6a02219e",
    "release_group_id": null,
    "labels": [
        "No Quarter Records"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Fri Oct 11th at The Auditorium (UHeights) and Sat Oct 12th at Treehouse Cafe (Bainbridge Island)  www.joanshelley.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}