Information about plays

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

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

{
    "id": 379134,
    "uri": "https://api.kexp.org/v2/plays/379134/?format=api",
    "airdate": "2019-09-10T13:33:42-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/c22ca7eb-f5ad-4c15-b001-7985d6bcd9ee/14599313418-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Brown",
    "track_id": "c2e7f3a6-4a09-31a2-b062-af54f991a9de",
    "recording_id": null,
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "La Folie",
    "release_id": "c22ca7eb-f5ad-4c15-b001-7985d6bcd9ee",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for you, Nathan in Germany.  You wrote that you had \"no idea why. that.song hit me like it did...\" Thanks for your endorsement of how music can evoke feelings, create connections, and heal.  Here are The Stranglers performing \"Golden Brown\" live:  https://www.youtube.com/watch?v=lXRoOpTCb9E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}