Information about plays

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

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

{
    "id": 351580,
    "uri": "https://api.kexp.org/v2/plays/351580/?format=api",
    "airdate": "2019-07-08T05:42:31-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/04ebf474-6351-4db2-8613-7baafed71232/23154500726-250.jpg",
    "thumbnail_uri": "",
    "song": "You Don't Love Me",
    "track_id": "cb1d6bc9-6f5b-414f-8bc8-cb5d327ab430",
    "recording_id": null,
    "artist": "Cate Le Bon",
    "artist_ids": [
        "f2393e49-b791-46da-a6d7-1e9e60743405"
    ],
    "album": "Reward",
    "release_id": "04ebf474-6351-4db2-8613-7baafed71232",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "live on kexp monday, July 15th at noon! also plays at the croc this weekend sat, july 13th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}