Information about plays

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

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

{
    "id": 417330,
    "uri": "https://api.kexp.org/v2/plays/417330/?format=api",
    "airdate": "2001-04-23T06:48:45-07:00",
    "show": 6970,
    "show_uri": "https://api.kexp.org/v2/shows/6970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416QSQ877XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416QSQ877XL._SL75_.jpg",
    "song": "Chemicals",
    "track_id": null,
    "recording_id": null,
    "artist": "The Notwist",
    "artist_ids": [
        "f180cec2-9421-4417-a841-c7372090d13d"
    ],
    "album": "Shrink",
    "release_id": "8c989d84-6f3e-4979-83a4-13080b9d1f5d",
    "release_group_id": null,
    "labels": [
        "Zero Hour"
    ],
    "label_ids": [
        "6ee46ea9-d4b5-47d5-bbce-e5343780da3d"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}