Information about plays

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

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

{
    "id": 349986,
    "uri": "https://api.kexp.org/v2/plays/349986/?format=api",
    "airdate": "2019-07-04T09:54:10-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/921fb333-7da4-4485-94e2-196a2896cc88/20663929639-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Your Shirt",
    "track_id": "1f5d85cf-6c7f-4b45-b698-2ef982247efc",
    "recording_id": null,
    "artist": "Underworld & Iggy Pop",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Teatime Dub Encounters",
    "release_id": "921fb333-7da4-4485-94e2-196a2896cc88",
    "release_group_id": null,
    "labels": [
        "Caroline International"
    ],
    "label_ids": [
        "c091ab76-140a-40fb-b6d1-e6c381cbc099"
    ],
    "release_date": "2018-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Okay, but is Iggy really even interested in getting a shirt? This has been The Morning Show, Happy 4th of July everyone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}