Information about plays

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

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

{
    "id": 376869,
    "uri": "https://api.kexp.org/v2/plays/376869/?format=api",
    "airdate": "2019-09-05T04:49:19-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Year's Day",
    "track_id": null,
    "recording_id": null,
    "artist": "HTRK",
    "artist_ids": [],
    "album": "Venus in Leo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth record from the Australian duo just out - https://htrk.bandcamp.com/album/venus-in-leo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}