Information about plays

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

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

{
    "id": 414369,
    "uri": "https://api.kexp.org/v2/plays/414369/?format=api",
    "airdate": "2001-01-02T15:09:43-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YSFJHJXSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YSFJHJXSL._SL75_.jpg",
    "song": "Gone Daddy Gone",
    "track_id": null,
    "recording_id": null,
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "St. Elsewhere",
    "release_id": "31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}