Information about plays

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

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

{
    "id": 378605,
    "uri": "https://api.kexp.org/v2/plays/378605/?format=api",
    "airdate": "2019-09-09T05:20:01-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}