Information about plays

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

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

{
    "id": 356486,
    "uri": "https://api.kexp.org/v2/plays/356486/?format=api",
    "airdate": "2019-07-19T14:12:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soulmate",
    "track_id": "b19fb8b5-ba21-41bc-83de-5a75a0e4b514",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Cuz I Love You",
    "release_id": "98d88275-fe47-4985-a44e-29b739c76adb",
    "release_group_id": null,
    "labels": [
        "Nice Life"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"About 10 years ago, I made the decision that I just wanted to be happy with my body and I just wanted to be happy with who I am,\" reveals Lizzo.  \"That was the beginning of my journey with learning how to love my body... You have to find that love for yourself deep down inside, underneath all of that questioning and ickiness.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}