Information about plays

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

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

{
    "id": 377938,
    "uri": "https://api.kexp.org/v2/plays/377938/?format=api",
    "airdate": "2019-09-07T12:10:00-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angels",
    "track_id": null,
    "recording_id": null,
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "Coexist",
    "release_id": "bd33b592-9208-49e5-b0dc-fec799689a5c",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [],
    "release_date": "2012-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2005, The xx met while studying at The Elliot School in Putney. The xx released their stunning sophomore album, 'Coexist', effort in September 2012.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}