Information about plays

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

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

{
    "id": 370765,
    "uri": "https://api.kexp.org/v2/plays/370765/?format=api",
    "airdate": "2019-08-22T08:22:21-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Above",
    "track_id": "8e9b0f40-890d-30c6-87b3-7bacf8dfcc1e",
    "recording_id": null,
    "artist": "Mad Season",
    "artist_ids": [
        "bfd085b8-0bbf-46b3-8ab9-193bca5c85e7"
    ],
    "album": "Above",
    "release_id": "d73f3127-8750-423d-ba0e-304aa8803069",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1967, Mad Season and Alice in Chains vocalist Layne Staley died on April 5th, 2002 in Seattle after a long battle with substance abuse. He was 34 years old",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}