Information about plays

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

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

{
    "id": 2677975,
    "uri": "https://api.kexp.org/v2/plays/2677975/?format=api",
    "airdate": "2019-12-25T14:18:54-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Spliff",
    "track_id": "c2c1fa29-113c-4e26-84f5-e7f95ee6aaba",
    "recording_id": null,
    "artist": "Poison Clan",
    "artist_ids": [
        "5d569e43-88da-4448-9eb5-794764102e2e"
    ],
    "album": "Christmas At Luke's Sex Shop",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Luke Records"
    ],
    "label_ids": [
        "bb88f549-b006-4013-8b25-0b8ca58120bb"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}