Information about plays

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

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

{
    "id": 347021,
    "uri": "https://api.kexp.org/v2/plays/347021/?format=api",
    "airdate": "2019-06-27T15:20:43-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull Up to the Bumper",
    "track_id": "e7d125b9-639d-44ab-b21d-3f56f662f3e2",
    "recording_id": null,
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": "1ddb7200-af95-4b9e-8fdf-3ffa76dd7738",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2014-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"
}