Information about plays

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

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

{
    "id": 1230216,
    "uri": "https://api.kexp.org/v2/plays/1230216/?format=api",
    "airdate": "2007-05-12T03:18:41-07:00",
    "show": 21551,
    "show_uri": "https://api.kexp.org/v2/shows/21551/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Rhz3ZJw0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Rhz3ZJw0L._SL75_.jpg",
    "song": "By the Monument",
    "track_id": "dc847083-4b9b-4828-9f16-045ff72143da",
    "recording_id": null,
    "artist": "Maxïmo Park",
    "artist_ids": [
        "92e634a7-6023-4be8-be15-ebba822f5b34"
    ],
    "album": "Our Earthly Pleasures",
    "release_id": "53d66067-0ece-4828-be76-4eabba12993e",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-04-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}