Information about plays

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

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

{
    "id": 1376877,
    "uri": "https://api.kexp.org/v2/plays/1376877/?format=api",
    "airdate": "2008-05-21T18:01:31-07:00",
    "show": 24032,
    "show_uri": "https://api.kexp.org/v2/shows/24032/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Bayou Shuffle",
    "track_id": null,
    "recording_id": null,
    "artist": "Cookie",
    "artist_ids": [
        "87a528c1-4c5f-415c-8540-cbf025ccdf7c"
    ],
    "album": "VA- The Story Of Goldband Records",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}