Information about plays

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

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

{
    "id": 371403,
    "uri": "https://api.kexp.org/v2/plays/371403/?format=api",
    "airdate": "2019-08-23T17:02:53-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freaks",
    "track_id": "4c2bc901-945a-4ae4-9b57-c7f916681bb0",
    "recording_id": null,
    "artist": "Dead Bars",
    "artist_ids": [
        "394f0662-c9f7-4870-aaad-3224b245f1ef"
    ],
    "album": "Regulars",
    "release_id": "d2d18c13-0a62-4f2e-8a84-b6c0da8f3348",
    "release_group_id": null,
    "labels": [
        "A‐F Records"
    ],
    "label_ids": [
        "59567a42-35a1-48f2-9908-f1a650c216aa"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the inspiration behind this song, Dead Bars says: “most successful bands, labels, managers, and booking agents don’t like or understand Dead Bars. That’s OK, we don’t make music for them. We make music for people who don’t fit in, and together we are building something beautiful. Dead Bars have the best fans in the world; all of them are freaks. Dead Bars freaks are inclusive, and anyone who wants to have fun is welcome. Dead Bars is here for you.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}