Information about plays

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

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

{
    "id": 353809,
    "uri": "https://api.kexp.org/v2/plays/353809/?format=api",
    "airdate": "2019-07-13T09:25:05-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Middle East",
    "track_id": "8f5186b3-d530-392b-b61c-8e0c435ec13e",
    "recording_id": null,
    "artist": "Israel Vibration",
    "artist_ids": [
        "ffce4003-a756-46c0-b062-2e942de13d37"
    ],
    "album": "Strength of My Life",
    "release_id": "69f99407-5138-3a2c-9f02-ce3a9f2a593b",
    "release_group_id": null,
    "labels": [
        "Next Music"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamaican trio Israel Vibration are one of Reggae's great vocal groups from the 1970s roots era. The trio re-formed in 1988, signed to the RAS label and set to work on a new album known as 'Strength Of My Life'. Produced by Doctor Dread and backed by the mighty force of the Roots Radics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}