Information about plays

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

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

{
    "id": 2679847,
    "uri": "https://api.kexp.org/v2/plays/2679847/?format=api",
    "airdate": "2019-12-30T06:08:55-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fe86283-7857-3228-901b-daf55ed398a5/7431895490-250.jpg",
    "thumbnail_uri": "",
    "song": "Pandora (For Cindy)",
    "track_id": "b2d2351b-5a12-377b-acc2-11f87720e8fb",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "1fe86283-7857-3228-901b-daf55ed398a5",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another beautiful album with beautiful cover art designed by Vaughan Oliver, who passed away yesterday at 62. He created artwork for Pixies, Cocteau Twins, and many, many more, including many of 4AD’s most beloved covers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}