Information about plays

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

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

{
    "id": 1342020,
    "uri": "https://api.kexp.org/v2/plays/1342020/?format=api",
    "airdate": "2008-02-22T18:11:00-08:00",
    "show": 23444,
    "show_uri": "https://api.kexp.org/v2/shows/23444/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dHIZcs%2BiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dHIZcs%2BiL._SL75_.jpg",
    "song": "Let's Make a Block",
    "track_id": "4aba2084-3e6d-4d91-be31-7c573c38c410",
    "recording_id": null,
    "artist": "Huelyn Duvall",
    "artist_ids": [
        "99baf42f-0e15-459c-a64a-83d305338315"
    ],
    "album": "Three Months to Kill",
    "release_id": "ac9d4dbe-f004-4fa6-b4a6-1c86b8f5eeed",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}