Information about plays

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

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

{
    "id": 377060,
    "uri": "https://api.kexp.org/v2/plays/377060/?format=api",
    "airdate": "2019-09-05T15:20:24-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/7337b704-e962-4a6f-b5d2-2f0cac538035/23092623298-250.jpg",
    "thumbnail_uri": "",
    "song": "Milano",
    "track_id": "d86de9cb-b410-45fb-95a3-ffbda9f4301d",
    "recording_id": null,
    "artist": "Russian Circles",
    "artist_ids": [
        "cca40a67-e959-46f8-a3f3-8a3f77d2da9e"
    ],
    "album": "Blood Year",
    "release_id": "7337b704-e962-4a6f-b5d2-2f0cac538035",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Blood Year\" is the seventh studio album by American instrumental rock band Russian Circles, released on August 1, 2019 through Sargent House. The album was recorded and produced at GodCity Studio in Salem and Steve Albini's Electrical Audio Studio in Chicago by Kurt Ballou.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}