Information about plays

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

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

{
    "id": 441641,
    "uri": "https://api.kexp.org/v2/plays/441641/?format=api",
    "airdate": "2001-07-04T20:10:35-07:00",
    "show": 7450,
    "show_uri": "https://api.kexp.org/v2/shows/7450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YRyrZT78L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YRyrZT78L._SL75_.jpg",
    "song": "Funky President (People It's Bad)",
    "track_id": "04b2ae78-3048-42da-9b04-e432d9db88cb",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Star Time (disc 4: The Godfather of Soul)",
    "release_id": "add68406-1d8e-4fcf-bfdf-5abdf9f8e0d0",
    "release_group_id": null,
    "labels": [
        "PolyGram Records Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1991-05-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}