Information about plays

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

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

{
    "id": 377292,
    "uri": "https://api.kexp.org/v2/plays/377292/?format=api",
    "airdate": "2019-09-06T02:40:00-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gouge Away",
    "track_id": "415a6306-3128-4e41-bcad-d24a73408190",
    "recording_id": null,
    "artist": "JEFF the Brotherhood",
    "artist_ids": [
        "51b13b20-dc03-4d51-8c6d-f3b0c52476a6"
    ],
    "album": "Dig the Classics",
    "release_id": "ba6408bd-051d-48fe-b791-01f23e6c7e44",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "2014-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}