Information about plays

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

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

{
    "id": 365837,
    "uri": "https://api.kexp.org/v2/plays/365837/?format=api",
    "airdate": "2019-08-11T03:52:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cosmic Slop (Moodyman Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Cosmic Slop",
    "release_id": "34c1beef-cea0-4be0-89dc-8f10d66afa06",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [],
    "release_date": "2005-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic Funkadelic track reworked by Detroit DJ Moodymann. New tracks by him coming up at the top of the hour.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}