Information about plays

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

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

{
    "id": 352718,
    "uri": "https://api.kexp.org/v2/plays/352718/?format=api",
    "airdate": "2019-07-10T21:23:30-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Part of Me",
    "track_id": "5b161327-fe55-4c96-87a3-f68b549bd784",
    "recording_id": null,
    "artist": "low",
    "artist_ids": [
        "7afa6a05-5a02-48a7-9ce9-b6335987b640"
    ],
    "album": "Ones and Sixes",
    "release_id": "8f3b24ae-db2e-4c1f-9861-72e30f3e888e",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2015-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "11th album from this Duluth, MN trio.  www.chairkickers.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}