Information about plays

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

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

{
    "id": 534322,
    "uri": "https://api.kexp.org/v2/plays/534322/?format=api",
    "airdate": "2002-04-03T19:20:00-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZMNCAGNNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZMNCAGNNL._SL75_.jpg",
    "song": "Switchblade",
    "track_id": "15ca14e4-5709-4c76-a086-f58721efc4eb",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Rumble! The Best of Link Wray",
    "release_id": "85c01de1-e059-49a5-b842-54a6ee08317c",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}