Information about plays

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

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

{
    "id": 352903,
    "uri": "https://api.kexp.org/v2/plays/352903/?format=api",
    "airdate": "2019-07-11T06:22:24-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/a65ddec0-cdc5-4f14-a2ad-1896c9c0d875/22229346883-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Innocuous (Electric Lady Sessions)",
    "track_id": "21af0fb1-e63c-4278-b900-c7c391a72209",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Electric Lady Sessions",
    "release_id": "a9d8a99c-5e29-458b-9751-740286ad4f65",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded over a three day time period, this is the third live album release from LCD Soundsystem. In an Instagram post, James Murphy stated, \"It started with us playing radio sessions at various radio stations, and we often really liked these recordings, as they’re quite different than the records, and then we wound up doing the London sessions in 2010, which we released as a record. So this is one of those.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}