Information about plays

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

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

{
    "id": 1262717,
    "uri": "https://api.kexp.org/v2/plays/1262717/?format=api",
    "airdate": "2007-08-03T23:11:59-07:00",
    "show": 22109,
    "show_uri": "https://api.kexp.org/v2/shows/22109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B4GX37VNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B4GX37VNL._SL75_.jpg",
    "song": "Aqualung",
    "track_id": null,
    "recording_id": null,
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Charango",
    "release_id": "7e8933e8-1d1a-4cb0-85de-df6e08f5ec92",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}