Information about plays

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

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

{
    "id": 365876,
    "uri": "https://api.kexp.org/v2/plays/365876/?format=api",
    "airdate": "2019-08-11T06:14:07-07:00",
    "show": 6103,
    "show_uri": "https://api.kexp.org/v2/shows/6103/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blinded",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric Taxxon",
    "artist_ids": [],
    "album": "Photo 4",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2019-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This ambient album from Santa Cruz, CA-based musician Eric Taxxon is available for a name-your-price download from his Bandcamp page, as are all of his releases: https://erictaxxon.bandcamp.com/album/photo-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}