Information about plays

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

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

{
    "id": 2674854,
    "uri": "https://api.kexp.org/v2/plays/2674854/?format=api",
    "airdate": "2019-12-18T09:35:00-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World Destruction (dance mix)",
    "track_id": "fa5c1489-9c4d-38e4-9412-c20fa6fe0ef3",
    "recording_id": null,
    "artist": "Time Zone",
    "artist_ids": [
        "b5473212-03b8-471a-8ccc-025fd114f543"
    ],
    "album": "World Destruction: Meltdown Remix",
    "release_id": "9d0fceb0-05eb-4de0-a335-5f6a27c1fb98",
    "release_group_id": null,
    "labels": [
        "Celluloid"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Time Zone was an electro band headed by Afrika Bambaataa based on Europa. World Destruction, their most well-known single, was a collaboration between Bambaataa, ex-Sex Pistol/Public Image Ltd. leader John Lydon (also featured in the video), and producer/bassist Bill Laswell. - https://www.youtube.com/watch?v=4VgLkk_drx4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}