Information about plays

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

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

{
    "id": 1356366,
    "uri": "https://api.kexp.org/v2/plays/1356366/?format=api",
    "airdate": "2008-03-31T02:54:26-07:00",
    "show": 23690,
    "show_uri": "https://api.kexp.org/v2/shows/23690/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Be A Fool",
    "track_id": null,
    "recording_id": null,
    "artist": "Clarence Reid",
    "artist_ids": [
        "80bc029c-f2c9-463c-8701-5973aaf1cee6"
    ],
    "album": "VA/Eccentric Soul: The Outskirts of  Deep City",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}