Information about plays

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

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

{
    "id": 352296,
    "uri": "https://api.kexp.org/v2/plays/352296/?format=api",
    "airdate": "2019-07-09T21:19:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep",
    "track_id": "3c2ad3bd-fdb5-4c2b-82ff-cf8a3231afd9",
    "recording_id": null,
    "artist": "Hatchie",
    "artist_ids": [
        "b51f07c9-a42c-4ea7-b5ed-ce4b7f47101a"
    ],
    "album": "Keepsake",
    "release_id": "e055d9fc-677e-49ec-95b1-c73ec653a727",
    "release_group_id": null,
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat, Sept 28th @ Barboza",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}