Information about plays

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

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

{
    "id": 381540,
    "uri": "https://api.kexp.org/v2/plays/381540/?format=api",
    "airdate": "2019-09-16T09:14:00-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Walk",
    "track_id": "2e72aefc-9902-3294-9844-364cec57793b",
    "recording_id": null,
    "artist": "Bad Religion",
    "artist_ids": [
        "149e6720-4e4a-41a4-afca-6d29083fc091"
    ],
    "album": "The Gray Race",
    "release_id": "0a6c4182-4d61-329e-8f80-4a4bfd3010ee",
    "release_group_id": null,
    "labels": [
        "Dragnet"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Walk\" is a song written by Greg Graffin. It was the first single from their 1996 album The Gray Race. It was the album's only single to chart in the United States.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}