Information about plays

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

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

{
    "id": 375294,
    "uri": "https://api.kexp.org/v2/plays/375294/?format=api",
    "airdate": "2019-09-01T15:50:40-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/041ca867-e66c-4fe2-905d-96052e5211e6/17513664411-250.jpg",
    "thumbnail_uri": "",
    "song": "Monkey Fight Snake",
    "track_id": "36415d98-ac4c-32ff-897a-6c2b5def6577",
    "recording_id": null,
    "artist": "The Bombay Royale",
    "artist_ids": [
        "cfcb2d2f-bfe0-428b-ac21-b5c1e1ce5ea3"
    ],
    "album": "You Me Bullets Love",
    "release_id": "041ca867-e66c-4fe2-905d-96052e5211e6",
    "release_group_id": null,
    "labels": [
        "Hope Street"
    ],
    "label_ids": [
        "ceb5d28f-db45-46f4-bc34-c1196d216b09"
    ],
    "release_date": "2012-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}