Information about plays

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

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

{
    "id": 344782,
    "uri": "https://api.kexp.org/v2/plays/344782/?format=api",
    "airdate": "2019-06-22T16:29:33-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Now You’re Gone",
    "track_id": "db203bf6-d070-3420-9873-56ee3a03a158",
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Roots",
    "release_id": "d6bb3a93-d0e5-4ae6-9daa-b3c36e51f7ba",
    "release_group_id": null,
    "labels": [
        "Victor"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roots is Curtis Mayfield’s second studio album, released in Oct 1971. The album is regarded as not just one of Mayfield's best works but also as a classic release of the '70s soul era, with Allmusic critic Bruce Eder stating that \"the album soars on some of the sweetest and most eloquent... soul sounds heard up to that time\". The album became a commercial success as well, hitting the #6 slot on Billboard's Top R&B Albums chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}