Information about plays

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

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

{
    "id": 1257951,
    "uri": "https://api.kexp.org/v2/plays/1257951/?format=api",
    "airdate": "2007-07-23T01:49:00-07:00",
    "show": 22030,
    "show_uri": "https://api.kexp.org/v2/shows/22030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wHaxcXVaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wHaxcXVaL._SL75_.jpg",
    "song": "Journey in Satchidananda",
    "track_id": "9951856a-8720-4918-ae5d-9944d415c5d3",
    "recording_id": null,
    "artist": "Alice Coltrane",
    "artist_ids": [
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "The House That Trane Built: The Best of Impulse Records",
    "release_id": "a14fa461-a2cb-45b7-a749-832f10f253f6",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2006-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}