Information about plays

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

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

{
    "id": 376736,
    "uri": "https://api.kexp.org/v2/plays/376736/?format=api",
    "airdate": "2019-09-04T21:53:59-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/538d91d4-c4f0-4a79-b0c3-53944053c238/23936987399-250.jpg",
    "thumbnail_uri": "",
    "song": "Sad in Heaven",
    "track_id": "c84cff4f-7981-4ce6-b68c-d978c14c93b7",
    "recording_id": null,
    "artist": "Sugar World",
    "artist_ids": [
        "90a85ceb-1a54-424b-bf83-88351b2ef61c"
    ],
    "album": "Sad in Heaven",
    "release_id": "538d91d4-c4f0-4a79-b0c3-53944053c238",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://welcometosugarworld.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}