Information about plays

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

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

{
    "id": 2680894,
    "uri": "https://api.kexp.org/v2/plays/2680894/?format=api",
    "airdate": "2020-01-01T16:57:58-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Akamara Remix",
    "track_id": "1a01164e-0171-431f-a31c-b835bab41e39",
    "recording_id": null,
    "artist": "Jamael Dean",
    "artist_ids": [
        "e890c02d-a6bb-4913-8c52-cbc8103a9fe2"
    ],
    "album": "Black Space Tapes",
    "release_id": "c35af42b-bd40-4ef2-94a8-fd1ecdd5b8b5",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pianist, producer, jazz prodigy, and just 20 years old, Jamael Dean has already collaborated and performed with the likes of Kamasi Washington, Thundercat, Miguel Atwood-Ferguson and Carlos Niño. His music reflects the dual influence of his Los Angeles contemporaries and jazz ancestors – Sun Ra, Alice Coltrane, Herbie Hancock and soul jazz drummer Donald Dean, who is also his his grandfather.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}