Information about plays

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

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

{
    "id": 366320,
    "uri": "https://api.kexp.org/v2/plays/366320/?format=api",
    "airdate": "2019-08-12T08:57:00-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star Guitar",
    "track_id": "b8513070-c5ab-43a7-b71c-28549aa872ef",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Come With Us",
    "release_id": "18c752ba-2315-4ccd-a541-8b9079999110",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song samples the beginning of the David Bowie song, \"Starman\" 🌟 Also, classic Michel Gondry video that I ALWAYS think about when I'm on a train in Europe watching all the poles go by. https://www.youtube.com/watch?v=0S43IwBF0uM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}