Information about plays

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

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

{
    "id": 374857,
    "uri": "https://api.kexp.org/v2/plays/374857/?format=api",
    "airdate": "2019-08-31T13:30:31-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gloria",
    "track_id": "7f6acd0d-10e7-4a9d-8e99-ef59daaf6076",
    "recording_id": null,
    "artist": "The Shivas",
    "artist_ids": [
        "50bb2d85-7a6b-4457-b995-9c1074c17d52"
    ],
    "album": "Dark Thoughts",
    "release_id": "aed91f58-f516-4f39-ac35-79acb7c0ee26",
    "release_group_id": null,
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland quartet the Shivas have been chasing glory and melting faces all over the world for the past 13 years with their often-eerie brand of psychedelic garage rock. \"Gloria,\" the first single from their forthcoming full-length Dark Thoughts. Check out the video and read more here: https://www.kexp.org/read/2019/8/14/shivas-share-witchcrafty-video-new-single-gloria-and-announce-new-album-dark-thoughts/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}