Information about plays

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

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

{
    "id": 376485,
    "uri": "https://api.kexp.org/v2/plays/376485/?format=api",
    "airdate": "2019-09-04T10:23:53-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supernova (Edit)",
    "track_id": "79bbdfbc-62b2-4892-8a2f-7824392c19d3",
    "recording_id": null,
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "Supernova",
    "release_id": "226e7534-6513-4252-94a9-9bdd2e23b331",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Whip-Smart</i> was released in September 1994. After the success of her debut album <i>Exile in Guyville</i>, there was a lot of anticipation for Liz Phair's second album. Phair described <i<Whip-Smart</i> as particularly difficult to make because at the time she didn't have many songs that weren't about the music industry, which displeased her manager.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}