Information about plays

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

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

{
    "id": 353018,
    "uri": "https://api.kexp.org/v2/plays/353018/?format=api",
    "airdate": "2019-07-11T12:40:39-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/591186d3-e372-4fc6-afff-fb3730a622b3/22938032041-250.jpg",
    "thumbnail_uri": "",
    "song": "Holding Pattern",
    "track_id": "905c5440-81f5-499d-86bf-2de684da47cf",
    "recording_id": null,
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Scatter the Rats",
    "release_id": "591186d3-e372-4fc6-afff-fb3730a622b3",
    "release_group_id": null,
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Scatter the Rats\" is a studio album by American grunge rock band L7. The release is the first album in almost 20 years!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}