Information about plays

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

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

{
    "id": 343925,
    "uri": "https://api.kexp.org/v2/plays/343925/?format=api",
    "airdate": "2019-06-20T13:05:06-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/6038087a-9780-4391-9e45-6c088d4d2e4b/10953575097-250.jpg",
    "thumbnail_uri": "",
    "song": "Fidelity",
    "track_id": "301242cc-3f69-3119-acc2-6f375ff94e9b",
    "recording_id": null,
    "artist": "Regina Spektor",
    "artist_ids": [
        "fbb375f9-48bb-4635-824e-4120273b3ba7"
    ],
    "album": "Begin to Hope",
    "release_id": "6038087a-9780-4391-9e45-6c088d4d2e4b",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Regina Ilyinichna Spektor is a Russian-born American singer-songwriter and pianist. She was born in Moscow in the former Soviet Union, and began classical training on the piano at the age of six. When she was nine and a half years old, her family emigrated from the Soviet Union to the United States, where she continued her classical training into her teenage years; she began to write original songs shortly thereafter.\"\n\nCheck out Regina Spektor's in-studio performance at KEXP from January, 2017 here: https://www.youtube.com/watch?v=idyLODRdztc&t=233s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}