Information about plays

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

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

{
    "id": 350011,
    "uri": "https://api.kexp.org/v2/plays/350011/?format=api",
    "airdate": "2019-07-04T11:26:11-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/381bd5c5-7b97-43a6-9ba9-0c6a0d099373/4831593651-250.jpg",
    "thumbnail_uri": "",
    "song": "America",
    "track_id": "3530faf6-3b9d-4064-ac90-d6a086aabafa",
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "Warp and Weft",
    "release_id": "381bd5c5-7b97-43a6-9ba9-0c6a0d099373",
    "release_group_id": null,
    "labels": [
        "Raven Marching Band Records"
    ],
    "label_ids": [
        "ef466b00-7e71-493b-b062-f9c0e34a8b16"
    ],
    "release_date": "2013-08-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}