Information about plays

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

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

{
    "id": 2682284,
    "uri": "https://api.kexp.org/v2/plays/2682284/?format=api",
    "airdate": "2020-01-05T02:02:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wars of Armageddon",
    "track_id": "b6597081-e8f0-43de-a4fa-5121f0846e94",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": "7bffbec2-eadc-44dd-8b6d-ed825fa8b673",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Wars of Armageddon' is the closing track to Funkadelic's third studio album. Released in 1971, 'Maggot Brain' cemented their reputation as one of the most psychedelic groups of the 1970's. Almost 50 years later, the track still seems to resonate in 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}