Information about plays

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

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

{
    "id": 1302538,
    "uri": "https://api.kexp.org/v2/plays/1302538/?format=api",
    "airdate": "2007-11-15T00:07:35-08:00",
    "show": 22787,
    "show_uri": "https://api.kexp.org/v2/shows/22787/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51x1Av5poCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51x1Av5poCL._SL75_.jpg",
    "song": "Shining Light",
    "track_id": "9eb1906d-cede-4460-832b-8c67fb7b3ced",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Chrome Dreams II",
    "release_id": "6d1af564-40aa-4310-b4bb-e144970ef12e",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2007-10-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}