Information about plays

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

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

{
    "id": 350239,
    "uri": "https://api.kexp.org/v2/plays/350239/?format=api",
    "airdate": "2019-07-05T00:00:44-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/1dae23c4-b91a-4a8f-a871-4244d98ebfa2/16138753887-250.jpg",
    "thumbnail_uri": "",
    "song": "Show You the Way",
    "track_id": "95f1cfbb-b427-468e-9a9d-398c9adff4d3",
    "recording_id": null,
    "artist": "Thundercat feat. Michael McDonald & Kenny Loggins",
    "artist_ids": [
        "15042d2b-2d4c-4451-a96a-6f547642de13"
    ],
    "album": "Drunk",
    "release_id": "1dae23c4-b91a-4a8f-a871-4244d98ebfa2",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thundercat shows us the way with his trippy video from his acclaimed album, Drunk. This time around, he teams up with yacht rock icons Michael McDonald and Kenny Loggins for the visuals to their unexpected collabo “Show You the Way,” a slow fizzing funk track that is no joke. Watch https://www.youtube.com/watch?v=Z-zdIGxOJ4M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}