Information about plays

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

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

{
    "id": 1413654,
    "uri": "https://api.kexp.org/v2/plays/1413654/?format=api",
    "airdate": "2008-08-24T05:23:19-07:00",
    "show": 24658,
    "show_uri": "https://api.kexp.org/v2/shows/24658/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NNiSXiUcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NNiSXiUcL._SL75_.jpg",
    "song": "Can't Buy Love / Swing Easy (extended mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Osbourne",
    "artist_ids": [
        "74dca2c7-d7dc-4b13-bd17-502a35db042a"
    ],
    "album": "Truths and Rights",
    "release_id": "07371988-fed5-4488-bc67-aa948cefdf53",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}