Information about plays

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

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

{
    "id": 354303,
    "uri": "https://api.kexp.org/v2/plays/354303/?format=api",
    "airdate": "2019-07-14T13:17:58-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meet Me in the Basement",
    "track_id": "b01476b4-0f87-33a5-bd56-39942f141cf9",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Forgiveness Rock Record",
    "release_id": "b04a480a-efd2-4227-954e-215450960946",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2010-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Broken Social Scene will be at the Neptune Theatre Jul 29 and 30. They visited KEXP in 2017 - watch it here: https://www.youtube.com/watch?v=e5wX1GInr6U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}