Information about plays

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

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

{
    "id": 366132,
    "uri": "https://api.kexp.org/v2/plays/366132/?format=api",
    "airdate": "2019-08-11T20:30:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Best When I'm Alone",
    "track_id": "25442259-fe4b-4326-aa75-c95f4c5ff235",
    "recording_id": null,
    "artist": "Michael Seyer",
    "artist_ids": [
        "01d243c3-ff03-4470-ae10-a232981ee5b5"
    ],
    "album": "Bad Bonez",
    "release_id": "eacd4820-ba2a-4c83-8ac8-2ba18c8882b4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}