Information about plays

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

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

{
    "id": 354865,
    "uri": "https://api.kexp.org/v2/plays/354865/?format=api",
    "airdate": "2019-07-16T00:12:25-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe607444-0a02-4532-9631-1052402f9a01/6752634256-250.jpg",
    "thumbnail_uri": "",
    "song": "My Girls",
    "track_id": "83b4f80e-9eda-34c0-9114-3db516e64d3f",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Merriweather Post Pavilion",
    "release_id": "fe607444-0a02-4532-9631-1052402f9a01",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2009-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Animal Collective is an American experimental pop band formed in Baltimore, Maryland in 2003. Its members and founders are Avey Tare (David Portner), Panda Bear (Noah Lennox), Deakin (Josh Dibb), and Geologist (Brian Weitz).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}