Information about plays

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

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

{
    "id": 343648,
    "uri": "https://api.kexp.org/v2/plays/343648/?format=api",
    "airdate": "2019-06-19T21:03:00-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom (Adapted From \"Motherless Child\")",
    "track_id": "e7660aae-9764-493c-9e21-bf24172211f4",
    "recording_id": null,
    "artist": "Richie Havens",
    "artist_ids": [
        "b45ea9f4-d0a1-45e1-b3a8-bf4fe509b8d0"
    ],
    "album": "On Stage",
    "release_id": "e7730018-c03e-468d-bcc9-5b757e485705",
    "release_group_id": null,
    "labels": [
        "Stormy Forest"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richie Havens is from the Bedford-Stuyvesant neighborhood of Brooklyn, NY and was catapulted into stardom when he opened for the Woodstock Festival in 1969.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}