Information about plays

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

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

{
    "id": 369681,
    "uri": "https://api.kexp.org/v2/plays/369681/?format=api",
    "airdate": "2019-08-20T01:32:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halfway to Nowhere",
    "track_id": "ca581e81-468d-488c-aa8c-596242cb42cd",
    "recording_id": null,
    "artist": "Chelou",
    "artist_ids": [
        "05e3d688-17fa-409c-a468-2344ee199aff"
    ],
    "album": "Halfway to Nowhere",
    "release_id": "f89e7134-d97b-415c-bd3d-7c4430e9d58c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the animated music video for this song, created by illustrator Polly Nor and animator Andy Baker: https://www.youtube.com/watch?v=BgP9tzt9_Z8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}