Information about plays

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

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

{
    "id": 375662,
    "uri": "https://api.kexp.org/v2/plays/375662/?format=api",
    "airdate": "2019-09-02T15:49:00-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Darkness",
    "track_id": "a6fb4fc9-bc3c-445d-a045-96426f83578d",
    "recording_id": null,
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare!",
    "release_id": "53a0b1c1-d8d2-43ad-9c1a-472fcf877163",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English synth-pop band formed in the late 70s. The only consistent member of the band has been the lead singer and songwriter, Phillip Oakley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}