Information about plays

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

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

{
    "id": 1257797,
    "uri": "https://api.kexp.org/v2/plays/1257797/?format=api",
    "airdate": "2007-07-22T17:57:04-07:00",
    "show": 22027,
    "show_uri": "https://api.kexp.org/v2/shows/22027/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518g5zSwGHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518g5zSwGHL._SL75_.jpg",
    "song": "Silver Fox",
    "track_id": "dd826558-bade-4b7c-ab9c-6864534b80c4",
    "recording_id": null,
    "artist": "RJD2",
    "artist_ids": [
        "1a120ec5-35b3-4f3e-aa49-7201550d9feb"
    ],
    "album": "Deadringer",
    "release_id": "3b26420a-52b3-49db-9e3a-fcf27048a58d",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2002-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}