Information about plays

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

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

{
    "id": 357702,
    "uri": "https://api.kexp.org/v2/plays/357702/?format=api",
    "airdate": "2019-07-22T16:06:27-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "http://coverartarchive.org/release/67d37a25-9702-447a-bdef-8bbad1e5b45d/14674150787-250.jpg",
    "thumbnail_uri": "",
    "song": "Murdered Out",
    "track_id": "e2911c29-ba12-474a-8e15-82d3a283f667",
    "recording_id": null,
    "artist": "Kim Gordon",
    "artist_ids": [
        "19301485-ac9c-4dad-885b-cd8e8c8b4184"
    ],
    "album": "Murdered Out",
    "release_id": "67d37a25-9702-447a-bdef-8bbad1e5b45d",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2016-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vogue called Kim Gordon the \"godmother of grunge\" in an article reviewing a performance she did with experimental guitarist Bill Nace as Body/Head. She is a legend! Read the full article here: https://bit.ly/2GmASzG <br> <br> If you are a Kim Gordon fan and have not read her book \"Girl in a Band\", put this on your reading list!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}