Information about plays

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

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

{
    "id": 342510,
    "uri": "https://api.kexp.org/v2/plays/342510/?format=api",
    "airdate": "2019-06-17T09:30:58-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/e1e6ff6f-a612-3004-866d-7ef7319ed602/6322784267-250.jpg",
    "thumbnail_uri": "",
    "song": "Rapture",
    "track_id": "e7c3c0d7-6ad7-3bd0-b95a-f12accd4bf39",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Autoamerican",
    "release_id": "e1e6ff6f-a612-3004-866d-7ef7319ed602",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rapture\" is a combination of disco, funk, and hip hop with the rap section forming an extended coda. The song title \"Rapture\" served to indicate this element. While it was not the first single featuring rapping to be commercially successful, it was the first to top the charts. Its lyrics were especially notable for namechecking hip-hop pioneers Fab Five Freddy and Grandmaster Flash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}