Information about plays

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

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

{
    "id": 355965,
    "uri": "https://api.kexp.org/v2/plays/355965/?format=api",
    "airdate": "2019-07-18T08:14:00-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Nelson Mandela (extended version)",
    "track_id": "10374012-94be-4287-a3da-804d266806f7",
    "recording_id": null,
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "The Singles Collection",
    "release_id": "e567b27e-119b-4380-8869-dade44e280a1",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nelson Mandela, the South African politician, president and Nobel Peace Prize winner was born on this day in 1918. He died at the age of 95 on December 5, 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}