Information about plays

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

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

{
    "id": 352239,
    "uri": "https://api.kexp.org/v2/plays/352239/?format=api",
    "airdate": "2019-07-09T17:45:33-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/929e0437-c744-4f9a-b956-1f9e06deb906/23284761574-250.jpg",
    "thumbnail_uri": "",
    "song": "Baby, You’re a Trip",
    "track_id": "bf30f81e-d4eb-4466-b421-cb00a73ba282",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Originals",
    "release_id": "929e0437-c744-4f9a-b956-1f9e06deb906",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Originals' comprises songs from Prince’s “Vault” recordings, which were selected by Troy Carter on behalf of the late singer’s estate alongside Jay-Z. The set hails from recordings the artist made from 1981 through 1991 that he primarily composed and wrote for others, many of which became hits, such as Sheila E.’s “The Glamorous Life” and the Bangles’ “Manic Monday.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}