Information about plays

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

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

{
    "id": 357677,
    "uri": "https://api.kexp.org/v2/plays/357677/?format=api",
    "airdate": "2019-07-22T14:38:13-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "http://coverartarchive.org/release/76aee258-6388-45bd-ab24-efdc0b2fd4c9/22347669523-250.jpg",
    "thumbnail_uri": "",
    "song": "Cuatro Crazy",
    "track_id": "91f296a6-2a96-4e4d-8cc9-8e2d93efe004",
    "recording_id": null,
    "artist": "Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3"
    ],
    "album": "Mujeres",
    "release_id": "76aee258-6388-45bd-ab24-efdc0b2fd4c9",
    "release_group_id": null,
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Y La Bamba will be playing at Bumbershoot Labor Day weekend (Friday, August 30) here in Seattle. Show info: https://bit.ly/2Z98h8m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}