Information about plays

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

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

{
    "id": 1248675,
    "uri": "https://api.kexp.org/v2/plays/1248675/?format=api",
    "airdate": "2007-06-29T11:11:47-07:00",
    "show": 21871,
    "show_uri": "https://api.kexp.org/v2/shows/21871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GD3A55EYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GD3A55EYL._SL75_.jpg",
    "song": "Little Yellow Spider",
    "track_id": "d4032f05-8810-4588-b62b-4680bc229bd3",
    "recording_id": null,
    "artist": "Devendra Banhart",
    "artist_ids": [
        "0110e63e-0a9b-4818-af8e-41e180c20b9a"
    ],
    "album": "Niño rojo",
    "release_id": "7f9ee83c-3d37-40e4-8f09-20393636b7ba",
    "release_group_id": null,
    "labels": [
        "Young God Records"
    ],
    "label_ids": [
        "c65192b1-e0cd-48fe-981c-5eea4569ca04"
    ],
    "release_date": "2004-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}