Information about plays

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

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

{
    "id": 345299,
    "uri": "https://api.kexp.org/v2/plays/345299/?format=api",
    "airdate": "2019-06-23T21:03:00-07:00",
    "show": 5758,
    "show_uri": "https://api.kexp.org/v2/shows/5758/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only One Thing (feat. Ruby Wood)",
    "track_id": null,
    "recording_id": null,
    "artist": "XOA",
    "artist_ids": [],
    "album": "Way West",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Five Easy Pieces"
    ],
    "label_ids": [
        "c9787eed-fb6e-4dd2-abb2-a5fecb36bc53"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sumptuous R&B moods from UK artist Nick Tyson - https://xoaxoa.bandcamp.com/album/way-west",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}