Information about plays

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

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

{
    "id": 2676371,
    "uri": "https://api.kexp.org/v2/plays/2676371/?format=api",
    "airdate": "2019-12-21T14:07:32-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Merry Xmas) Face The Future",
    "track_id": null,
    "recording_id": null,
    "artist": "BEAK>",
    "artist_ids": [
        "bda0beab-8c08-4a34-9af0-97a1b647ad9b"
    ],
    "album": "(Merry Xmas) Face The Future",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Invada Records"
    ],
    "label_ids": [],
    "release_date": "2017-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I love the music video for this song so much: https://www.youtube.com/watch?v=iEHB_opjO0k <br><br>Proceeds from the purchase of this song go to mental health non-profit The Mental Elf: https://beak.bandcamp.com/album/merry-xmas-face-the-future",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}