Information about plays

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

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

{
    "id": 383088,
    "uri": "https://api.kexp.org/v2/plays/383088/?format=api",
    "airdate": "2019-09-19T18:37:00-07:00",
    "show": 6373,
    "show_uri": "https://api.kexp.org/v2/shows/6373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get High",
    "track_id": "295e7a4b-cad4-4ebe-8bad-5ce0095914c3",
    "recording_id": null,
    "artist": "Brandy Clark",
    "artist_ids": [
        "d264a026-7485-4d3a-b4f1-f13fea5c76e2"
    ],
    "album": "12 Stories",
    "release_id": "7f27c197-0b05-4b12-94f0-a02473710596",
    "release_group_id": null,
    "labels": [
        "Slate Creek Records"
    ],
    "label_ids": [
        "ed898bc5-94fa-4746-a98a-cffa4201c6f4"
    ],
    "release_date": "2013-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brandy Clark was raised in Morton, WA in the foothills of the Cascade Mountains",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}