Information about plays

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

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

{
    "id": 353001,
    "uri": "https://api.kexp.org/v2/plays/353001/?format=api",
    "airdate": "2019-07-11T11:35:21-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/d63d427d-499c-4eb4-996e-535e36013766/7496229609-250.jpg",
    "thumbnail_uri": "",
    "song": "We’ve Got Everything",
    "track_id": "f8f77347-9d0a-39e5-b3e0-a5e735c137bc",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "We Were Dead Before the Ship Even Sank",
    "release_id": "d63d427d-499c-4eb4-996e-535e36013766",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"We Were Dead Before the Ship Even Sank\" is Modest Mouse's fifth studio album and is the band's only full-length with former Smiths guitarist Johnny Marr as a member.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}