Information about plays

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

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

{
    "id": 423328,
    "uri": "https://api.kexp.org/v2/plays/423328/?format=api",
    "airdate": "2001-05-11T03:18:00-07:00",
    "show": 7094,
    "show_uri": "https://api.kexp.org/v2/shows/7094/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41I5hDqFILL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41I5hDqFILL._SL75_.jpg",
    "song": "Halfway Spoken Heart That Feels Comfort in Everything Until It Disappears and Then It's Gone",
    "track_id": "b7726d72-a5a7-47f3-ac4f-cbe7efd4b8b4",
    "recording_id": null,
    "artist": "Carissa's Wierd",
    "artist_ids": [
        "4bd31567-70a8-4007-9ac6-3c68c7fc3d45"
    ],
    "album": "You Should Be at Home Here",
    "release_id": "ed2a8c94-5c76-43aa-ad15-7bddb39a671b",
    "release_group_id": null,
    "labels": [
        "Brown Records"
    ],
    "label_ids": [
        "e3210de8-3b0e-42aa-b402-82db38bf3a7a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}