Information about plays

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

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

{
    "id": 371176,
    "uri": "https://api.kexp.org/v2/plays/371176/?format=api",
    "airdate": "2019-08-23T06:08:50-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d172642-ca71-38c7-aa95-5a498dd5b8fb/10582180974-250.jpg",
    "thumbnail_uri": "",
    "song": "Sexy Boy",
    "track_id": "bf76ffc1-8e82-38a3-bc16-2d074b365d8a",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Moon Safari",
    "release_id": "4d172642-ca71-38c7-aa95-5a498dd5b8fb",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1998-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While the name \"Air\" might seem to allude to the band's being \"light as air,\" it is actually an acronym which stands for the French words \"Amour, Imagination, Rêve\" that translates to \"love, imagination, dream.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}