Information about plays

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

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

{
    "id": 354055,
    "uri": "https://api.kexp.org/v2/plays/354055/?format=api",
    "airdate": "2019-07-13T23:18:00-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suburban Home",
    "track_id": "29504352-d13d-31e8-b70a-23ad55b8c5da",
    "recording_id": null,
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Milo Goes to College",
    "release_id": "38532491-fd72-4331-81ff-873b089d6e75",
    "release_group_id": null,
    "labels": [
        "New Alliance Records"
    ],
    "label_ids": [],
    "release_date": "1982-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this Last Rockers interview with Milo: https://youtu.be/MxGdPEapy3M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}