Information about plays

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

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

{
    "id": 381120,
    "uri": "https://api.kexp.org/v2/plays/381120/?format=api",
    "airdate": "2019-09-15T07:30:14-07:00",
    "show": 6344,
    "show_uri": "https://api.kexp.org/v2/shows/6344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2653 Miles Pt. 2",
    "track_id": null,
    "recording_id": null,
    "artist": "OUTER",
    "artist_ids": [],
    "album": "OUTER",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2018-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OUTER are a Ghent, Belgium-based outfit ~ Their 2018 self-titled debut album is being reissued along with new bonus tracks by 1631 Recordings later this month  https://outer.bandcamp.com/album/outer-debut-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}