Information about plays

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

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

{
    "id": 353141,
    "uri": "https://api.kexp.org/v2/plays/353141/?format=api",
    "airdate": "2019-07-11T17:51:00-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ends of the Earth",
    "track_id": "059aa4de-9bba-3a1b-a0dc-f2413c735826",
    "recording_id": null,
    "artist": "Lord Huron",
    "artist_ids": [
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Lonesome Dreams",
    "release_id": "ee33436a-2243-4a4e-9972-d1cd642c3586",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [],
    "release_date": "2013-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I don’t think society necessarily chronicles struggle as something normal and to be expected to experience as a human. I think we see gold medalists, and we see billionaires, and we see successful companies starting, and we see everyone at the top of their industry. I’m not one of those people. I’m showing a struggle.” - Gabe Grunewald",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}