Information about plays

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

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

{
    "id": 353037,
    "uri": "https://api.kexp.org/v2/plays/353037/?format=api",
    "airdate": "2019-07-11T13:49:00-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crosstown Traffic",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Experience Hendrix: The Best of Jimi Hendrix",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Unlike many of the tracks on the album, this recording features the full line-up of the Experience with Hendrix, Noel Redding, and Mitch Mitchell. Hendrix also plays a makeshift kazoo made with a comb and tissue paper in tandem at points with his lead guitar, and backing vocals are performed by Redding along with Dave Mason. The song refers to Manhattan's traffic between the East and West sides infamously known for its thick congestion. With its hard rock riff, the song is an example and mixture of blues and acid rock.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}