Information about plays

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

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

{
    "id": 354300,
    "uri": "https://api.kexp.org/v2/plays/354300/?format=api",
    "airdate": "2019-07-14T13:08:00-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waterfall",
    "track_id": "905f395d-181a-4743-9fca-7f3f9f8f367e",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": "1c36c882-4e60-4bee-bed9-e2fc7d4341d5",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [],
    "release_date": "2009-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stone Roses are an English rock band formed in Manchester in 1983. One of the pioneering groups of the Madchester movement in the late 1980s and early 1990s, the band's classic lineup consisted of vocalist Ian Brown, guitarist John Squire, bassist Mani and drummer Reni.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}