Information about plays

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

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

{
    "id": 366003,
    "uri": "https://api.kexp.org/v2/plays/366003/?format=api",
    "airdate": "2019-08-11T13:01:23-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine A Light",
    "track_id": "372983f9-2703-495b-8a9f-ad0fdd94fa46",
    "recording_id": null,
    "artist": "Carrie Akre",
    "artist_ids": [
        "d4b880f0-b815-4050-90c7-309ee3a7ee3b"
    ],
    "album": "Passage",
    "release_id": "054b49ac-2bf0-4076-8d29-70bd3c61e3f4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP Presents: Carrie Akre album release this Saturday August 17 at the Tractor Tavern. Katie Kate opens. https://twitter.com/carriemakre",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}