Information about plays

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

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

{
    "id": 366128,
    "uri": "https://api.kexp.org/v2/plays/366128/?format=api",
    "airdate": "2019-08-11T20:19:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man Oh Man",
    "track_id": "2ac91523-ed92-364e-8990-f113d7b56d07",
    "recording_id": null,
    "artist": "The Impressions",
    "artist_ids": [
        "8af64037-6d26-4d24-afd8-7e085abb01b1"
    ],
    "album": "You've Been Cheatin'",
    "release_id": "b11ee653-9d66-4d8c-ade0-0042e00f9d47",
    "release_group_id": null,
    "labels": [
        "ABC-Paramount"
    ],
    "label_ids": [
        "ef36d3a8-fcc9-4e50-bb80-27bcfd0bbdad"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}