Information about plays

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

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

{
    "id": 352306,
    "uri": "https://api.kexp.org/v2/plays/352306/?format=api",
    "airdate": "2019-07-09T21:51:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "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": [],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cate Le Bon will be live on KEXP Mon, July 15th @ Noon (Public Sign-Up)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}