Information about plays

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

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

{
    "id": 371028,
    "uri": "https://api.kexp.org/v2/plays/371028/?format=api",
    "airdate": "2019-08-22T21:03:45-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Cool Woman (In a Black Dress)",
    "track_id": "ee61b353-4288-33a7-a1f5-d3e8fef447f2",
    "recording_id": null,
    "artist": "The Hollies",
    "artist_ids": [
        "d4305549-6b4e-4a57-b24d-8af0743fe191"
    ],
    "album": "Classic Masters",
    "release_id": "19c8baf1-20c5-400b-8b3f-ebc373e43d71",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Long Cool Woman in a Black Dress\"  is a song written by Allan Clarke, Roger Cook, and Roger Greenaway and performed by the British rock group The Hollies. Originally appearing on the album Distant Light, it was released as a single in 1972 on Parlophone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}