Information about plays

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

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

{
    "id": 372211,
    "uri": "https://api.kexp.org/v2/plays/372211/?format=api",
    "airdate": "2019-08-25T15:06:25-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven's Only Wishful",
    "track_id": "cd88907a-f8c6-4ce7-b763-9442de262333",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Heaven's Only Wishful",
    "release_id": "7a432f72-e08a-4a9d-9b0d-920b297b2951",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}