Information about plays

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

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

{
    "id": 356851,
    "uri": "https://api.kexp.org/v2/plays/356851/?format=api",
    "airdate": "2019-07-20T11:52:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shape Nice",
    "track_id": null,
    "recording_id": null,
    "artist": "Afro B",
    "artist_ids": [
        "75ddd2e6-8e48-4385-b5e2-625626c8e505"
    ],
    "album": "Shape Nice",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mixpak"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Shape Nice” is the new single from Afro B, Vybz Kartel and Dre Skull.\n\nBringing together the sounds & vocal styles of London, New York, Jamaica and Africa, the song is an encapsulation of the ever present dialogue between afro-pop & dancehall. https://www.youtube.com/watch?v=VAap-rii1gU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}