Information about plays

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

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

{
    "id": 351996,
    "uri": "https://api.kexp.org/v2/plays/351996/?format=api",
    "airdate": "2019-07-09T06:36:21-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Change",
    "track_id": "d35a0d4a-fb97-46ba-8ca0-ce712428dff3",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "daaf88a4-61e4-4852-8d1f-f4db8382ea9c",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Can Change\", written by band member Pat Mahoney and frontman James Murphy, was produced by the DFA and featured on the soundtrack for the video game FIFA 11. // <br><br><b>Speaking of soccer, CONGRATULATIONS to the 2019 Women's World Cup Champions!! </b>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}