Information about plays

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

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

{
    "id": 374370,
    "uri": "https://api.kexp.org/v2/plays/374370/?format=api",
    "airdate": "2019-08-30T06:46:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Angel",
    "track_id": "b88da24a-46a4-3d94-9e96-92c527ff480c",
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Twitch",
    "release_id": "13a66df4-ce5c-4e8e-9ba1-8766decf5676",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve chose this deep cut from \"Twitch\" as part of his mixtape.  Learn more about the bande Ministry here:  https://www.allmusic.com/artist/ministry-mn0000420133/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}