Information about plays

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

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

{
    "id": 376864,
    "uri": "https://api.kexp.org/v2/plays/376864/?format=api",
    "airdate": "2019-09-05T04:26:20-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gone",
    "track_id": null,
    "recording_id": null,
    "artist": "Romare",
    "artist_ids": [],
    "album": "Gone / Danger",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A-side to a forthcoming new single from London's Romare (first taste of new music from him since 2016’s Love Songs: Part Two) - https://youtu.be/54IdPwPblx8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}