Information about plays

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

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

{
    "id": 357726,
    "uri": "https://api.kexp.org/v2/plays/357726/?format=api",
    "airdate": "2019-07-22T17:33:14-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Connected",
    "track_id": "234a0681-1eea-33df-b35d-22288dd96e77",
    "recording_id": null,
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Connected",
    "release_id": "11ed3dd1-8efa-4c40-81b3-e3e2801f6e49",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1993-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I remember performing the track in late 1992,\" vocalist Rob Birch told Q. \"We were supporting the Happy Mondays for their tour in the United Kingdom, and at that venue it was just amazing. The Connected album had only been out for a while, and we thought people were just starting to get into it. When we came on to the intro of the track, the whole audience was singing along to the tune and there was just an amazing vibe and energy. Everyone connected, basically.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}