Information about plays

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

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

{
    "id": 349184,
    "uri": "https://api.kexp.org/v2/plays/349184/?format=api",
    "airdate": "2019-07-02T18:11:50-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Ruthless Companion feat.Mahsa Vahdat",
    "track_id": null,
    "recording_id": null,
    "artist": "Kronos Quartet",
    "artist_ids": [
        "f5586dfa-7031-4af0-8042-19b6a1170389"
    ],
    "album": "Placeless",
    "release_id": "e162d7ad-db77-40d1-b9d4-f1dce07db151",
    "release_group_id": null,
    "labels": [
        "Valley Entertainment"
    ],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Kronos Quartet is an American string quartet based in San Francisco. They have been in existence with a rotating membership of musicians for over forty years. The quartet covers a very broad range of musical genres, including contemporary classical music. They are performing LIVE in Seattle next year April 23 at the Moore Theater.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}