Information about plays

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

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

{
    "id": 2677791,
    "uri": "https://api.kexp.org/v2/plays/2677791/?format=api",
    "airdate": "2019-12-25T04:03:39-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Got A Sweet Tooth",
    "track_id": "6d16a7c2-fd07-4b78-bc06-ac5f63425cb0",
    "recording_id": null,
    "artist": "The Dip",
    "artist_ids": [
        "440d564f-7288-45e2-8449-885d65dc4d33"
    ],
    "album": "Santa's Got a Sweet Tooth",
    "release_id": "749c817c-418c-470b-94f2-db43df0aeeb9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-11-29",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle septet The Dip released “Santa’s Got A Sweet Tooth”, an original holiday single. The band will next be on tour in Spring 2020, with a 19-date North American tour beginning on 3rd of April in Salt Lake City, UT.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}