Information about plays

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

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

{
    "id": 353843,
    "uri": "https://api.kexp.org/v2/plays/353843/?format=api",
    "airdate": "2019-07-13T11:26:41-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feeling Irie",
    "track_id": "d110b187-3f3e-3a52-9adf-d73c0049f1a1",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Private Beach Party",
    "release_id": "16a87570-3c99-401b-a580-eaf524dfd653",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cool Ruler Gregory Isaacs may be, but he meets his match in Carlene Davis on this stellar number. \n\nOverseen by Gussie Clarke, \"Feeling Irie\" while not your expected party piece, is still a masterpiece, and one of the standouts from Isaacs' classic 1985 Private Beach Party album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}