Information about plays

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

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

{
    "id": 2683077,
    "uri": "https://api.kexp.org/v2/plays/2683077/?format=api",
    "airdate": "2020-01-07T02:32:00-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fires",
    "track_id": "cd003781-be21-3e36-a0f5-95a5a1bcb92a",
    "recording_id": null,
    "artist": "Band of Skulls",
    "artist_ids": [
        "1641141b-3c9c-4772-a5cc-7e23fdf17382"
    ],
    "album": "Baby Darling Doll Face Honey",
    "release_id": "e0c66fb6-de16-34b0-ba1a-0394317671c5",
    "release_group_id": null,
    "labels": [
        "You Are Here"
    ],
    "label_ids": [],
    "release_date": "2009-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sending love and hope to our listeners in Australia affected by the brushfires. Want to help? Donate to the World Wildlife Fund Australia here: https://www.wwf.org.au/get-involved/bushfire-emergency </br></br> Or donate to the Red Cross here: https://www.redcross.org.au/campaigns/disaster-relief-and-recovery-donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}