Information about plays

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

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

{
    "id": 2677968,
    "uri": "https://api.kexp.org/v2/plays/2677968/?format=api",
    "airdate": "2019-12-25T13:57:41-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Tree on Fire",
    "track_id": "6e2710fc-1980-4191-b473-3d5f4deafca1",
    "recording_id": null,
    "artist": "Holly Golightly",
    "artist_ids": [
        "c0d96e6b-ee48-422d-8c28-f169ada973a8"
    ],
    "album": "Christmas Tree on Fire",
    "release_id": "76bdf8e1-9668-436b-bf65-81044f2834e9",
    "release_group_id": null,
    "labels": [
        "Damaged Goods"
    ],
    "label_ids": [
        "82e33448-fd8d-4cf1-a5a0-3d0520c19282"
    ],
    "release_date": "2006-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}