Information about plays

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

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

{
    "id": 382916,
    "uri": "https://api.kexp.org/v2/plays/382916/?format=api",
    "airdate": "2019-09-19T10:22:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call It Home",
    "track_id": "d489be74-6746-4e57-9cf6-d8bb91a4a83f",
    "recording_id": null,
    "artist": "The California Honeydrops",
    "artist_ids": [
        "c144dbec-b0f1-4aae-b2e6-5087e44806c8"
    ],
    "album": "Call It Home: Vol. 1 & 2",
    "release_id": "4449d574-d1db-4a98-bc68-ffdddeed38a5",
    "release_group_id": null,
    "labels": [
        "TubTone Records"
    ],
    "label_ids": [],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The California Honeydrops are playing tonight, Thursday, September 19th at The Neptune Theatre. https://bit.ly/2ZkiLAQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}