Information about plays

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

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

{
    "id": 349635,
    "uri": "https://api.kexp.org/v2/plays/349635/?format=api",
    "airdate": "2019-07-03T15:37:27-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/47651943-21e5-4525-8d3e-c4c4b720c754/22460864394-250.jpg",
    "thumbnail_uri": "",
    "song": "Second Skin",
    "track_id": "3fdbf185-2052-483b-bcf5-a03d3abeee99",
    "recording_id": null,
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Frenching the Bully (re-remixed and remastered)",
    "release_id": "8a25e77b-9225-4eba-bbf9-b42e0c5a47af",
    "release_group_id": null,
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "2003-06-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}