Information about plays

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

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

{
    "id": 374809,
    "uri": "https://api.kexp.org/v2/plays/374809/?format=api",
    "airdate": "2019-08-31T10:32:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Majesty",
    "track_id": "ae771141-d419-40c3-a441-b3a2829c9ae6",
    "recording_id": null,
    "artist": "Chronixx",
    "artist_ids": [
        "0de2154a-6c01-4cd6-8795-78d21211d6e6"
    ],
    "album": "Chronology",
    "release_id": "dc06bbc3-dd05-4f47-a0c6-5b77b017f242",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [],
    "release_date": "2017-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's something about Maicky? Happy Birthday to you, your majesty!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}