Information about plays

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

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

{
    "id": 347000,
    "uri": "https://api.kexp.org/v2/plays/347000/?format=api",
    "airdate": "2019-06-27T14:41:44-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Check Engine Light",
    "track_id": "5d3d909b-44e1-4b4c-af04-f140cc71c013",
    "recording_id": null,
    "artist": "Goon",
    "artist_ids": [
        "b3617ef6-d29c-47b0-9bd0-e11decc1c248"
    ],
    "album": "Heaven Is Humming",
    "release_id": "c43863ac-a4ff-446c-8465-f116ba6e266e",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Las Angeles outfit Goon will be dropping their debut album \"Heaven is Humming\" through Partisan Records on July 19th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}