Information about plays

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

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

{
    "id": 351587,
    "uri": "https://api.kexp.org/v2/plays/351587/?format=api",
    "airdate": "2019-07-08T06:04:25-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How to Disappear Completely",
    "track_id": "7d1bac0a-f831-4939-bf24-bd04ac77f2c9",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "af94b009-b110-4c50-8f7a-7a122d6a2257",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the lyrics were inspired by a conversation Thom Yorke had with R.E.M. lead singer Michael Stipe where Stipe suggested he deal with his issues by pulling the shutters down and saying, \"I'm not here, this is not happening.\"  Here are the lyrics:  https://genius.com/Radiohead-how-to-disappear-completely-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}