Information about plays

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

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

{
    "id": 355084,
    "uri": "https://api.kexp.org/v2/plays/355084/?format=api",
    "airdate": "2019-07-16T12:18:14-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electric Feel (Justice remix)",
    "track_id": "988cc9e4-14d0-3f38-8147-aa079e407d3a",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Electric Feel (Justice remix)",
    "release_id": "f6f5e6b0-c35d-4e49-b342-620d0131951a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2008-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is often misinterpreted to be about sex, but it's really about drugs. When MGMT performed it on the David Letterman Show, lead singer Andrew VanWyngarden said: \"This song is not about eels, its about drugs.\" French production team Justice won a Grammy in the category Best Remixed Recording, Non-Classical for this remix.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}