Information about plays

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

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

{
    "id": 351856,
    "uri": "https://api.kexp.org/v2/plays/351856/?format=api",
    "airdate": "2019-07-08T21:45:00-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Calliope",
    "track_id": null,
    "recording_id": null,
    "artist": "Cassius",
    "artist_ids": [
        "256160e8-37fd-4f8c-a3ef-530ebbaa4b3d"
    ],
    "album": "Dreems",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Caroline International"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This French duo's fifth album is a strong set of buoyant house grooves and soulful downtempo with propulsive beats, bright synths and occasional guest vocals. Sadly, group member (and influential producer) Philippe Zdar accidentally fell to his death two days before the album was released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}