Information about plays

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

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

{
    "id": 376466,
    "uri": "https://api.kexp.org/v2/plays/376466/?format=api",
    "airdate": "2019-09-04T09:26:07-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/b189bda2-91ed-38b9-92c5-5db78da2943c/23742500998-250.jpg",
    "thumbnail_uri": "",
    "song": "Anyone Else but You",
    "track_id": "d6e2e933-ead5-3e9b-9ab6-c0da57872b60",
    "recording_id": null,
    "artist": "The Moldy Peaches",
    "artist_ids": [
        "6830e150-6233-4255-ab97-6e2e38759637"
    ],
    "album": "The Moldy Peaches",
    "release_id": "b189bda2-91ed-38b9-92c5-5db78da2943c",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the folk duo comprised of Adam Green and Kimya Dawson, who saw this song rise in popularity due to its role in the 2007 film \"Juno\". - http://www.moldypeaches.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}