Information about plays

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

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

{
    "id": 369372,
    "uri": "https://api.kexp.org/v2/plays/369372/?format=api",
    "airdate": "2019-08-19T07:15:50-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/41e63ddb-6cb7-4758-8282-28a5a42fe0b9/19923550190-250.jpg",
    "thumbnail_uri": "",
    "song": "Big God",
    "track_id": "06d7d153-e779-4c0a-8cd5-3e72d722e133",
    "recording_id": null,
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "High as Hope",
    "release_id": "41e63ddb-6cb7-4758-8282-28a5a42fe0b9",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2018-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Kamasi Washington! (And  Jamie xx is credited as a co-writer!) . In a recent interview with The New York Times, Welch said that “Big God” is about “obviously, an unfillable hole in the soul… but mainly about someone not replying to my text.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}