Information about plays

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

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

{
    "id": 456040,
    "uri": "https://api.kexp.org/v2/plays/456040/?format=api",
    "airdate": "2001-08-15T19:04:36-07:00",
    "show": 7721,
    "show_uri": "https://api.kexp.org/v2/shows/7721/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D6eaVFpKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D6eaVFpKL._SL75_.jpg",
    "song": "Funhouse",
    "track_id": "93a0bc41-7d0a-4e86-83a5-b01bb23be16c",
    "recording_id": null,
    "artist": "Danny Gatton",
    "artist_ids": [
        "bd38cc7b-dc36-4a39-86cb-3579ba936f82"
    ],
    "album": "Hot Rod Guitar: The Danny Gatton Anthology (disc 2)",
    "release_id": "bcfb94fe-17d7-4188-a2e6-839dcd14a97c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}