Information about plays

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

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

{
    "id": 381646,
    "uri": "https://api.kexp.org/v2/plays/381646/?format=api",
    "airdate": "2019-09-16T16:04:12-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "http://coverartarchive.org/release/548e8c9c-b897-3bb8-95be-c2a0f3796523/7801639866-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Loose",
    "track_id": "b8afeb74-4855-3998-bdfa-b5af612e0902",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Dear Catastrophe Waitress",
    "release_id": "548e8c9c-b897-3bb8-95be-c2a0f3796523",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2003-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sixth album from the Scottish indie band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}