Information about plays

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

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

{
    "id": 379969,
    "uri": "https://api.kexp.org/v2/plays/379969/?format=api",
    "airdate": "2019-09-12T10:47:00-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harder, Better, Faster, Stronger",
    "track_id": "64ec9124-2663-48eb-bbd3-fee98de99c1c",
    "recording_id": null,
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": "30e45d86-707d-4042-9df5-93724557aadb",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy Daft Punk's \"Harder Better Faster\" video from 2001. It features the four characters shown on the single cover in a vast electronic facility. There, they are transformed by various machines to resemble humans. https://www.youtube.com/watch?v=gAjR4_CbPpQ <br> <br> There is also a fun video titled \"Daft Hands\" which is a must watch as well: https://www.youtube.com/watch?v=K2cYWfq--Nw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}