Information about plays

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

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

{
    "id": 357541,
    "uri": "https://api.kexp.org/v2/plays/357541/?format=api",
    "airdate": "2019-07-22T07:05:57-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "http://coverartarchive.org/release/9b9e98bb-cc17-4244-be43-3df68cd7891d/23179497448-250.jpg",
    "thumbnail_uri": "",
    "song": "On Loan",
    "track_id": "5b1d3bc9-27ed-4626-93bd-e84954a465a1",
    "recording_id": null,
    "artist": "The Gotobeds",
    "artist_ids": [
        "e7b5de13-8dd7-4354-a385-3bb3d23bfd7a"
    ],
    "album": "Debt Begins at 30",
    "release_id": "9b9e98bb-cc17-4244-be43-3df68cd7891d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about this Pittsburgh band (\"the modern rock and roll sensation that has always sounded like they love to play\") at the Sub Pop website:  https://www.subpop.com/artists/the_gotobeds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}