Information about plays

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

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

{
    "id": 2678376,
    "uri": "https://api.kexp.org/v2/plays/2678376/?format=api",
    "airdate": "2019-12-26T12:35:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pathways",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lemko Unlimited Orchestra",
    "artist_ids": [],
    "album": "Pathways",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Balaeric"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Like IBIZA on a magical summer evening. If New York’s Roxy nightclub emerged from the colourful blocks of Brazil, there's no doubt these tracks would be the carnival sound clash heard on hard rotation. https://balearic.bandcamp.com/album/pathways-k-g-e-t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}