Information about plays

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

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

{
    "id": 355009,
    "uri": "https://api.kexp.org/v2/plays/355009/?format=api",
    "airdate": "2019-07-16T08:06:23-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damaged Goods",
    "track_id": "346716b8-4f94-3574-8cce-f35a3757438a",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Entertainment!",
    "release_id": "cb3d472f-b445-4f87-afa5-2dc6188011d5",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gang Of Four singer Jon King told Clash Magazine: \"The song was on our debut Fast Product EP, which became a big indie hit. But we weren't paid a cent for our work, majorly ripped off, so we re-recorded it for Entertainment!. I regret not punching out the bloke who ran the label. (Note to self: do this before you die) We're often asked \"why did you sign to a major label if you're so alternative?\" One answer: EMI at least paid us for the records it sold.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}