Information about plays

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

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

{
    "id": 381570,
    "uri": "https://api.kexp.org/v2/plays/381570/?format=api",
    "airdate": "2019-09-16T11:22:35-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c87718d-57f8-4382-ac20-77cc56d5bacf/23575574434-250.jpg",
    "thumbnail_uri": "",
    "song": "Naeem",
    "track_id": "83ce3875-eb6b-458b-8b74-c93b5c10bfca",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "i,i",
    "release_id": "8c87718d-57f8-4382-ac20-77cc56d5bacf",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bon Iver morphed into a collective, a community and an ebbing-and-flowing art project, with Vernon inviting his old friends from Eau Claire, Wis, and his new peers from across the music industry to contribute freely to his increasingly abstract music. You can read this New York Times article here: https://nyti.ms/2lDxoRF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}