Information about plays

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

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

{
    "id": 383041,
    "uri": "https://api.kexp.org/v2/plays/383041/?format=api",
    "airdate": "2019-09-19T16:39:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(A Bit of a) Birthday",
    "track_id": null,
    "recording_id": null,
    "artist": "Heavy Lungs",
    "artist_ids": [
        "b7faff47-57c9-4625-a612-4b0ea6c51511"
    ],
    "album": "Measure EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Balley Records"
    ],
    "label_ids": [],
    "release_date": "2019-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Born from friendship, Heavy Lungs formed in the Spring of 2017 and set sights for loud, agile performance. If you book them, they will come\" <br/><br/> https://heavylungsband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}