Information about plays

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

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

{
    "id": 372606,
    "uri": "https://api.kexp.org/v2/plays/372606/?format=api",
    "airdate": "2019-08-26T16:09:10-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/ee79e860-68e7-46ad-bebb-8a003a1dc7a4/4804280407-250.jpg",
    "thumbnail_uri": "",
    "song": "I Was Made for You",
    "track_id": "e86ca4ca-f451-3c1f-9691-b8f560daf61d",
    "recording_id": null,
    "artist": "She & Him",
    "artist_ids": [
        "fb821608-35fd-4a45-a4b2-1a0537cee111"
    ],
    "album": "Volume One",
    "release_id": "ee79e860-68e7-46ad-bebb-8a003a1dc7a4",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Friends and Family - This Is Us\" from Taylor Durand-Scaggs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}