Information about plays

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

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

{
    "id": 366342,
    "uri": "https://api.kexp.org/v2/plays/366342/?format=api",
    "airdate": "2019-08-12T10:12:00-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiko and the Lavender Moon",
    "track_id": "60203972-b678-4824-9469-3dbb6b71e720",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "Kiko",
    "release_id": "e0af8d08-7640-42c3-a1ba-891cc138e328",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2009-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing a slew of around-Seattle shows in October, including Olympia (Washington Center for the Performing Arts - Tuesday, October 1); Kirkland (Kirkland Performance Center - Wednesday, October 2); Edmonds (Edmonds Center for the Arts - Thursday, October 3); Mount Vernon (Lincoln Theatre - Friday, October 4); and Federal Way (Performing Arts and Events Center - Saturday, October 5). http://www.loslobos.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}