Information about plays

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

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

{
    "id": 350185,
    "uri": "https://api.kexp.org/v2/plays/350185/?format=api",
    "airdate": "2019-07-04T21:03:00-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jolene",
    "track_id": "bf5fc1f0-71c9-4d71-b368-411a9c78f9ec",
    "recording_id": null,
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "Anthology",
    "release_id": "f34b04dc-fdce-4062-87fc-920f9d83bfef",
    "release_group_id": null,
    "labels": [
        "Connoisseur Collection"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jolene\" is a song written and performed by American country music artist Dolly Parton. It was released on October 22, 1973 as the first single and title track from her album of the same name, produced by Bob Ferguson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}