Information about plays

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

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

{
    "id": 353274,
    "uri": "https://api.kexp.org/v2/plays/353274/?format=api",
    "airdate": "2019-07-12T00:51:22-07:00",
    "show": 5885,
    "show_uri": "https://api.kexp.org/v2/shows/5885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "3f4cbbef-f6fa-4a38-9cfb-1af24b91bc2d",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Born in the Echoes",
    "release_id": "e8b6d4e5-23f5-4e95-98f3-3e7e84ff11c7",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that The Chemical Brothers dedicated their Glastonbury set to the late The Prodigy frontman, Keith Flint. \nDid you know that The Prodigy were due to perform at this year’s Glastonbury prior to Flint’s death.\n\nAnd did you know that Ed Simons of The Chemical Brothers recently wrote a tribute to Keith Flint in The Glastonbury Free Press. You can check it out here: https://cdn.glastonburyfestivals.co.uk/wp-content/uploads/2019/06/GFP2019_thursday-online.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}