Information about plays

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

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

{
    "id": 366385,
    "uri": "https://api.kexp.org/v2/plays/366385/?format=api",
    "airdate": "2019-08-12T13:06:01-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "http://coverartarchive.org/release/5494abde-9aae-472a-bce5-72931cbfbad2/8314007591-250.jpg",
    "thumbnail_uri": "",
    "song": "Breaking Into Heaven",
    "track_id": "2fba9df1-9020-488a-b0d8-d16f855bf051",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "5494abde-9aae-472a-bce5-72931cbfbad2",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1985 in Manchester, England: https://www.allmusic.com/artist/the-stone-roses-mn0000564333/biography.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}