Information about plays

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

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

{
    "id": 370137,
    "uri": "https://api.kexp.org/v2/plays/370137/?format=api",
    "airdate": "2019-08-20T23:10:59-07:00",
    "show": 6169,
    "show_uri": "https://api.kexp.org/v2/shows/6169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "They Know",
    "track_id": "c643bebc-3f3e-41d4-b0a0-f6211286e135",
    "recording_id": null,
    "artist": "Amateur Best",
    "artist_ids": [
        "b1ab04b7-8aa4-4c07-bec4-d0c85e94627d"
    ],
    "album": "The Gleaners",
    "release_id": "997501e5-192d-48b0-8686-9d3a58f7897d",
    "release_group_id": null,
    "labels": [
        "Brille Records"
    ],
    "label_ids": [
        "b3378499-ab23-43c8-a9ca-8b11620fbf48"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amateur Best is London's Joe Flory.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}