Information about plays

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

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

{
    "id": 352232,
    "uri": "https://api.kexp.org/v2/plays/352232/?format=api",
    "airdate": "2019-07-09T17:36:24-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/83f1f87b-daaa-466e-8b3a-fe4267a32d9d/17148751539-250.jpg",
    "thumbnail_uri": "",
    "song": "Lazaretto",
    "track_id": "6b9a8fdb-8c29-4cc2-b793-9ce6d91d582f",
    "recording_id": null,
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "Lazaretto",
    "release_id": "83f1f87b-daaa-466e-8b3a-fe4267a32d9d",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2014-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Jack White, born on this day in 1975. // White was born in Detroit, Michigan. He began playing the drums in the first grade after finding a kit in the attic. The rest is history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}