Information about plays

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

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

{
    "id": 380516,
    "uri": "https://api.kexp.org/v2/plays/380516/?format=api",
    "airdate": "2019-09-13T19:48:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Magic Number",
    "track_id": "90bb626f-a2dc-39c1-8991-037bb87342ce",
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": null,
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Set about luck for Friday the 13th. KEXP broke down this entire album in a special day of programming in celebration of one of the greatest albums in hip-hop history. https://www.kexp.org/events/delasoul/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}