Information about plays

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

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

{
    "id": 368828,
    "uri": "https://api.kexp.org/v2/plays/368828/?format=api",
    "airdate": "2019-08-17T21:13:39-07:00",
    "show": 6147,
    "show_uri": "https://api.kexp.org/v2/shows/6147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's a Gun",
    "track_id": "e1aa0c63-5335-40b7-a01e-8c53c6438ed7",
    "recording_id": null,
    "artist": "The W.I.N.K.S.",
    "artist_ids": [
        "0f6c2ad1-0cf2-4121-a5d9-ed8b5632afd5"
    ],
    "album": "Too Hot To Be This Cool",
    "release_id": "08186110-38a7-41a4-b5d8-406ee0666a52",
    "release_group_id": null,
    "labels": [
        "Super Secret Records"
    ],
    "label_ids": [
        "282a05b4-e503-4059-9426-21905438a5c4"
    ],
    "release_date": "2005-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}