Information about plays

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

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

{
    "id": 371989,
    "uri": "https://api.kexp.org/v2/plays/371989/?format=api",
    "airdate": "2019-08-25T02:49:29-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d35e29e-0ccb-435b-9232-f4e028100ef5/23539272473-250.jpg",
    "thumbnail_uri": "",
    "song": "Dark & Handsome (feat. Toro y Moi)",
    "track_id": "dd72e6ae-a79e-4643-8897-0de06b4468ad",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Angel's Pulse",
    "release_id": "9d35e29e-0ccb-435b-9232-f4e028100ef5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blood Orange is going to be in Portland Oct. 14th with Tyler the Creator. https://www.songkick.com/concerts/38673404-tyler-the-creator-at-veterans-memorial-coliseum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}