Information about plays

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

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

{
    "id": 378176,
    "uri": "https://api.kexp.org/v2/plays/378176/?format=api",
    "airdate": "2019-09-08T02:41:00-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty Laundry",
    "track_id": null,
    "recording_id": null,
    "artist": "Danny Brown",
    "artist_ids": [
        "485aafec-d2b9-4eae-9ebe-97e90928a59a"
    ],
    "album": "uknowhatimsayin¿",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Q-Tip, Danny Brown's new album \"uknowhatimsayin¿\" is full of features like Blood Orange, Flying Lotus, Run the Jewels, and more. Danny Brown is in town at the Showbox on Halloween. https://www.axs.com/events/382158/danny-brown-tickets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}