Information about plays

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

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

{
    "id": 380492,
    "uri": "https://api.kexp.org/v2/plays/380492/?format=api",
    "airdate": "2019-09-13T18:22:01-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "http://coverartarchive.org/release/34d72fb7-f20c-4caa-98aa-178249a8dc95/3038759182-250.jpg",
    "thumbnail_uri": "",
    "song": "Gold for the Price of Silver (Erot vs. Kings of Convenience)",
    "track_id": "ca6afcc1-d943-3521-950c-27f4cf4e9c6c",
    "recording_id": null,
    "artist": "Kings of Convenience",
    "artist_ids": [
        "cf0f4547-ffbd-4011-98ad-0bec9ba022db"
    ],
    "album": "Versus",
    "release_id": "34d72fb7-f20c-4caa-98aa-178249a8dc95",
    "release_group_id": null,
    "labels": [
        "Source UK"
    ],
    "label_ids": [
        "3c67e410-e28a-46e5-8f3d-a60dd115f62e"
    ],
    "release_date": "2001-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kings of Convenience is an indie folk-pop duo from Bergen, Norway. Consisting of Erlend Øye and Eirik Glambek Bøe, the musical group is known for their delicate tunes, calming voices, and intricate and subtle guitar melodies. http://www.kingsofconvenience.eu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}