Information about plays

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

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

{
    "id": 2682282,
    "uri": "https://api.kexp.org/v2/plays/2682282/?format=api",
    "airdate": "2020-01-05T01:52:04-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feculent Unbirth",
    "track_id": "ba31dec5-5f7d-4c87-873c-279ea7bb5719",
    "recording_id": null,
    "artist": "fOUL",
    "artist_ids": [
        "0a570cf9-f23a-4db4-a675-f12679dadd86"
    ],
    "album": "Of Worms",
    "release_id": "251cf695-1308-458c-b150-07c8680677b3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-11-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle; https://foul.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}