Information about plays

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

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

{
    "id": 381573,
    "uri": "https://api.kexp.org/v2/plays/381573/?format=api",
    "airdate": "2019-09-16T11:33:18-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/caf70535-9c92-4abe-b848-2c2cc402eead/13679905159-250.jpg",
    "thumbnail_uri": "",
    "song": "Candy-O",
    "track_id": "967f145d-fb53-387e-88ee-f4c8d952d659",
    "recording_id": null,
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Ozma / Gluey Porch Treatments",
    "release_id": "caf70535-9c92-4abe-b848-2c2cc402eead",
    "release_group_id": null,
    "labels": [
        "Boner Records"
    ],
    "label_ids": [
        "0e49a711-315b-4f9d-98ea-421c0ad0a903"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally a Cars song from their 1979 album Candy-O, The Melvins covered this classic in 1989 for their album Ozma. Read more: https://bit.ly/2lYmTbC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}