Information about plays

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

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

{
    "id": 371423,
    "uri": "https://api.kexp.org/v2/plays/371423/?format=api",
    "airdate": "2019-08-23T18:03:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Energy",
    "track_id": null,
    "recording_id": null,
    "artist": "Sampa the Great",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00"
    ],
    "album": "Energy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sampa the Great"
    ],
    "label_ids": [],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Feminine energy, energy reign. Intuition and ambition, intuition strange. intuition and ambition running through my veins. Pour up the love let the healing begin.\" https://www.sampathegreat.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}