Information about plays

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

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

{
    "id": 376530,
    "uri": "https://api.kexp.org/v2/plays/376530/?format=api",
    "airdate": "2019-09-04T12:55:47-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/53e70778-6771-4674-8933-9438b4528dd8/20458958520-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Hole Sun",
    "track_id": "e0f1e112-a65e-3304-89f0-774044092560",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Superunknown",
    "release_id": "53e70778-6771-4674-8933-9438b4528dd8",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Kim Thayil, celebrating his 59th birthday today, on 9/4. <br> <br>Revisiting this 1994 release from Soundgarden once again. For your entertainment and pleasure: https://www.youtube.com/watch?v=3mbBbFH9fAg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}