Information about plays

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

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

{
    "id": 353452,
    "uri": "https://api.kexp.org/v2/plays/353452/?format=api",
    "airdate": "2019-07-12T11:39:44-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/04ebf474-6351-4db2-8613-7baafed71232/23154500726-250.jpg",
    "thumbnail_uri": "",
    "song": "Home to You",
    "track_id": "07f4d6ef-15ee-4704-bea6-47592e94a853",
    "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": "Cate Le Bon will play live on KEXP on Monday, July 15 at noon. The session is free and open to the public. Le Bon plays at the Crocodile this Saturday, July 13.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}