Information about plays

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

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

{
    "id": 380330,
    "uri": "https://api.kexp.org/v2/plays/380330/?format=api",
    "airdate": "2019-09-13T08:18:00-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born to Run",
    "track_id": "cd1c7868-4258-4c47-85f2-ab3b129b36bf",
    "recording_id": null,
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born to Run",
    "release_id": "f7e548e8-4bae-4f69-bd6e-f86935adcdd2",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Part of what made the record good is that we went to extremes to structure it and compose it and play it in this very detailed and drive-yourself-crazy fashion. I hadn’t listened to it in about 20 years or so, and I recently listened to it because we remastered it and I said, “Wow.” It held up really well, because it was just structured and built like a tank. It was indestructible, and that came from an enormous amount of time that we put in, an unhealthy amount of obsessive-compulsiveness.\" Bruce Springsteen in Rolling Stone, 2015.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}