Information about plays

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

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

{
    "id": 352048,
    "uri": "https://api.kexp.org/v2/plays/352048/?format=api",
    "airdate": "2019-07-09T09:23:00-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Slippy .NUXX",
    "track_id": "67e0260b-46e4-3041-8259-5c3d2e9a13df",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Born Slippy",
    "release_id": "231265b4-7b48-48dc-8ad4-152778a3d45c",
    "release_group_id": null,
    "labels": [
        "Junior Boy’s Own"
    ],
    "label_ids": [],
    "release_date": "1996-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born Slippy .NUXX\" by British electronic group Underworld, is also featured in the cult favorite film \"Trainspotting\" which released today on this date in 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}