Information about plays

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

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

{
    "id": 343094,
    "uri": "https://api.kexp.org/v2/plays/343094/?format=api",
    "airdate": "2019-06-18T19:08:19-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "http://coverartarchive.org/release/52306f80-3b14-40f8-9ead-158145896a78/10228650967-250.jpg",
    "thumbnail_uri": "",
    "song": "Respect",
    "track_id": "06439e9b-92a7-45a8-9f5c-8f1afa8b72d0",
    "recording_id": null,
    "artist": "Googoosh",
    "artist_ids": [
        "0d9b88f3-054a-4f53-b447-2f3f503c8290"
    ],
    "album": "Persian Funk",
    "release_id": "52306f80-3b14-40f8-9ead-158145896a78",
    "release_group_id": null,
    "labels": [
        "Secret Stash Records"
    ],
    "label_ids": [
        "b639231f-b942-46b5-8ffe-f3cbb29418e4"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Googoosh is widely known for her contributions to Persian pop music stemming back to the 1970s, and has starred in dozens of films. She was in Los Angeles three months into the 1979 Iranian Revolution, and decided to make her way back to Iran, where the Islamic regime under then Ayatollah Khomeini had banned all non religious women from singing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}