Information about plays

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

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

{
    "id": 376183,
    "uri": "https://api.kexp.org/v2/plays/376183/?format=api",
    "airdate": "2019-09-03T19:03:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aazashkyn",
    "track_id": "73cf7683-ade8-4e5c-a798-1aea42404edf",
    "recording_id": null,
    "artist": "Hartyga",
    "artist_ids": [
        "ed6ce5aa-e260-4f27-b89f-7801c7c2d007"
    ],
    "album": "Agitator",
    "release_id": "7c3a9f28-178e-44c3-95a3-bb1357b1145d",
    "release_group_id": null,
    "labels": [
        "Soyuz Music"
    ],
    "label_ids": [],
    "release_date": "2016-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hartyga play \"psychodelic ethno-rock\" music. Their goal is to introduce the world to Tuvian music, a region of Russia that borders Mongolia. Catch them September 8 at Nectar Lounge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}