Information about plays

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

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

{
    "id": 355922,
    "uri": "https://api.kexp.org/v2/plays/355922/?format=api",
    "airdate": "2019-07-18T06:13:13-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "http://coverartarchive.org/release/6ddad044-c72c-3eb9-8ae7-45f783a92e0f/15758985189-250.jpg",
    "thumbnail_uri": "",
    "song": "Frances Farmer Will Have Her Revenge on Seattle",
    "track_id": "68a6ad1d-365e-33e0-a137-9efc9d735341",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "6ddad044-c72c-3eb9-8ae7-45f783a92e0f",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1993-09-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Actress Frances Farmer was born in Seattle in 1913. After a rise in fame, she suffered from a decline in mental health that resulted in a few highly publicized outbursts: \"Have you ever had a broken heart?\" she was recorded as saying in a scuffle with police as they took her to a jail. She died of lung cancer in 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}