Information about plays

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

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

{
    "id": 351905,
    "uri": "https://api.kexp.org/v2/plays/351905/?format=api",
    "airdate": "2019-07-09T01:24:34-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/02c019fd-a51a-48b2-bd8f-a64803537dc1/15204271910-250.jpg",
    "thumbnail_uri": "",
    "song": "Ladies and Gentlemen We Are Floating in Space",
    "track_id": "270b4cb1-bf86-3d11-b27a-7aa57a055d12",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Ladies and Gentlemen We Are Floating in Space",
    "release_id": "02c019fd-a51a-48b2-bd8f-a64803537dc1",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about this local band on KEXP: https://www.kexp.org/read/2019/4/1/seattle-psych-gaze-band-new-age-healers-launch-new-single-satellite-kexp-premiere/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}