Information about plays

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

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

{
    "id": 1314717,
    "uri": "https://api.kexp.org/v2/plays/1314717/?format=api",
    "airdate": "2007-12-15T23:33:00-08:00",
    "show": 22991,
    "show_uri": "https://api.kexp.org/v2/shows/22991/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tanker Fra Et Menneske",
    "track_id": "239b63dc-5a93-4b05-9748-cb81ac46dcef",
    "recording_id": null,
    "artist": "So Much Hate",
    "artist_ids": [
        "20ec54ff-c966-4081-8a35-e0e2ff520893"
    ],
    "album": "How We Feel",
    "release_id": "b020daa6-9df8-44ce-b69f-a1c783f1258b",
    "release_group_id": null,
    "labels": [
        "japanese Joint"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}