Information about plays

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

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

{
    "id": 2678056,
    "uri": "https://api.kexp.org/v2/plays/2678056/?format=api",
    "airdate": "2019-12-25T18:07:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Ramsey Louis Trio",
    "artist_ids": [],
    "album": "Sound of Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ARGO"
    ],
    "label_ids": [],
    "release_date": "1961-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ramsey Lewis has posted videos of himself playing many Xmas songs through the years as his gifts to us all ; here’s “Have Yourself a Merry Little Christmas” from 2010: https://www.youtube.com/watch?v=BvwsINqCANk ; https://www.ramseylewis.com/ ; https://www.facebook.com/RamseyLewisJazz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}