Information about plays

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

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

{
    "id": 383019,
    "uri": "https://api.kexp.org/v2/plays/383019/?format=api",
    "airdate": "2019-09-19T15:58:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull Up to the Bumper",
    "track_id": null,
    "recording_id": null,
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1981-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Pull Up to the Bumper' was co-written by Grace Jones, Kookoo Baya and Dana Manno. The song's instrumental part was originally recorded in 1980 during the \"Warm Leatherette\" sessions; however, it did not make the album as Chris Blackwell found its R&B sound not fitting in the rest of the material. It was completed for the 1981 critically acclaimed album \"Nightclubbing\" and became its third single in June 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}