Information about plays

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

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

{
    "id": 415186,
    "uri": "https://api.kexp.org/v2/plays/415186/?format=api",
    "airdate": "2001-04-15T19:00:00-07:00",
    "show": 6925,
    "show_uri": "https://api.kexp.org/v2/shows/6925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo Yo Yo",
    "track_id": "028086c9-d3da-4735-ae5f-4fba5dcd82c4",
    "recording_id": null,
    "artist": "The Beatnuts",
    "artist_ids": [
        "d833b812-02c3-45e7-997f-5058dca1801b"
    ],
    "album": "Take It or Squeeze It",
    "release_id": "ad2bd0a3-02a3-4ac2-85cc-66328efc5e79",
    "release_group_id": null,
    "labels": [
        "Loud"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}