Information about plays

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

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

{
    "id": 377288,
    "uri": "https://api.kexp.org/v2/plays/377288/?format=api",
    "airdate": "2019-09-06T02:23:00-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anxi.",
    "track_id": "11861ae4-ade1-4752-bc16-eeef39decfeb",
    "recording_id": null,
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Kelly Lee Owens",
    "release_id": "71061412-fc53-4a00-a6ee-46d89cb24d35",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}