Information about plays

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

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

{
    "id": 365831,
    "uri": "https://api.kexp.org/v2/plays/365831/?format=api",
    "airdate": "2019-08-11T03:29:33-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1. Giannis",
    "track_id": "ed58582a-6921-45e1-891f-2727e1f8af26",
    "recording_id": null,
    "artist": "Freddie Gibbs & Madlib featuring Anderson .Paak",
    "artist_ids": [
        "21645c31-fe1c-45a4-955c-3e172b12c3f9"
    ],
    "album": "Giannis",
    "release_id": "8834570b-aa80-4c1f-af86-43f73c357a18",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second album by the Freddie Gibbs/Mad Lib collaboration is called Bandana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}