Information about plays

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

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

{
    "id": 350128,
    "uri": "https://api.kexp.org/v2/plays/350128/?format=api",
    "airdate": "2019-07-04T18:12:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King of Fools",
    "track_id": "4f2c79c5-0abc-39d3-8c19-e74e7353d48c",
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "On the Bandstand",
    "release_id": "06173bfc-8744-32a7-af5c-2ca2592854ee",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [],
    "release_date": "1995-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}