Information about plays

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

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

{
    "id": 421968,
    "uri": "https://api.kexp.org/v2/plays/421968/?format=api",
    "airdate": "2001-05-07T08:20:00-07:00",
    "show": 7070,
    "show_uri": "https://api.kexp.org/v2/shows/7070/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "bacon and eggs",
    "track_id": null,
    "recording_id": null,
    "artist": "Pat Smith",
    "artist_ids": [
        "36424621-bf6d-4361-a082-fc284970a9f8"
    ],
    "album": "The Gals of the Big",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dragon Street"
    ],
    "label_ids": [
        "00767e5b-558d-4105-8509-a7a8d9f8eb38"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}