Information about plays

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

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

{
    "id": 372986,
    "uri": "https://api.kexp.org/v2/plays/372986/?format=api",
    "airdate": "2019-08-27T12:56:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Giving Up On You",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wild Reeds",
    "artist_ids": [
        "54412058-8ed9-49a2-b931-ce8071caf851"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "The Wild Reeds were just in our studio in May for a live performance that included this song:  https://www.youtube.com/watch?v=rPsGPzh-3hA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}