Information about plays

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

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

{
    "id": 372493,
    "uri": "https://api.kexp.org/v2/plays/372493/?format=api",
    "airdate": "2019-08-26T08:59:02-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cuts You Up",
    "track_id": "43a21550-d323-3a39-8aec-06974435bc0e",
    "recording_id": null,
    "artist": "Peter Murphy",
    "artist_ids": [
        "b78346af-e3ce-4b36-a0d5-032414de8a27"
    ],
    "album": "Wild Birds 1985-1995",
    "release_id": "77fcdc04-430d-374f-8c5e-71c418b89962",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After suffering a heart attack recently, Murphy posted the following to Instagram today: “Following my recent episode in New York City with my heart attack and being admitted into Lenox Hill Hospital and seeing myself go through the rigors of intensive care, I am very happy to say that I have made a full recovery... Thanks to the superb team of doctors, specialists, nurses and care staff. I am so glad to say I am up and running again.” Hooray! 💖",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}