Information about plays

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

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

{
    "id": 377547,
    "uri": "https://api.kexp.org/v2/plays/377547/?format=api",
    "airdate": "2019-09-06T15:51:21-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Music Next Door",
    "track_id": "c46d465e-01e2-3f8b-9ca7-a2e4a2c7dd5b",
    "recording_id": null,
    "artist": "The Lucksmiths",
    "artist_ids": [
        "0181f745-7f48-4065-9089-f42810b52149"
    ],
    "album": "Warmer Corners",
    "release_id": "5462970b-1933-4c01-a1ce-a123ec1727dc",
    "release_group_id": null,
    "labels": [
        "Candle Records"
    ],
    "label_ids": [
        "5fe794e1-427b-4a94-8df5-0ae62d9c3bfc"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of this album, the band share on their bandcamp, \"The seventh Lucksmiths studio album and follow-up to the excellent 'Naturaliste' is, dare we say it, the best Lucksmiths release yet! As always, there are lots of guitars, some soothing basslines, and a singing drummer who's far better than Phil Collins, but this time there's also a horn section having a party, some fiery organs, a string section who dig Phil Spector, and a lazy pedal steel. Featuring the “Hiccup” and “San Francisco” singles as well as live favourites “Sunlight in a Jar”, “The Music Next Door” and “Young and Dumb”, this album topped many end-of-year lists.\"  https://bit.ly/2k8RAdU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}