Information about plays

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

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

{
    "id": 346373,
    "uri": "https://api.kexp.org/v2/plays/346373/?format=api",
    "airdate": "2019-06-26T07:20:00-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Police On My Back",
    "track_id": "4303975d-47d4-4120-a0e0-25d01bd703c4",
    "recording_id": null,
    "artist": "The Equals",
    "artist_ids": [
        "efe5c081-3a3d-4730-9669-c3eec3018989"
    ],
    "album": "Black Skin Blue Eyed Boys...The Anthology",
    "release_id": "11bf46a1-ac07-45ee-a0ac-d57b1e758237",
    "release_group_id": null,
    "labels": [
        "Sequel Records"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Clash resurrected Police On My Back in 1980 when they emphasized the track’s siren-sounding guitar part and included it on the triple album Sandinista! - https://www.mojo4music.com/articles/6673/the-equals-police-on-my-back",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}