Information about plays

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

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

{
    "id": 353237,
    "uri": "https://api.kexp.org/v2/plays/353237/?format=api",
    "airdate": "2019-07-11T22:40:16-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/3f6180f3-e6e7-45c2-9e96-955a577672fc/15415327055-250.jpg",
    "thumbnail_uri": "",
    "song": "The Right One",
    "track_id": "abe116a3-47cc-4463-ba6f-dbe2ac24924a",
    "recording_id": null,
    "artist": "KING",
    "artist_ids": [
        "ad4b792d-82df-43ea-8083-1d12f483de5e"
    ],
    "album": "We Are KING",
    "release_id": "3f6180f3-e6e7-45c2-9e96-955a577672fc",
    "release_group_id": null,
    "labels": [
        "KING CREATIVE"
    ],
    "label_ids": [
        "c958e7f4-a4c8-4839-a63d-709905e49203"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We Are King is the debut album by R&B trio King, released on February 5, 2016. The album was nominated for Best Urban Contemporary Album at the 59th Grammy Awards, making them the first independent artists to be nominated in that category.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}