Information about plays

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

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

{
    "id": 1262006,
    "uri": "https://api.kexp.org/v2/plays/1262006/?format=api",
    "airdate": "2007-08-02T05:25:47-07:00",
    "show": 22098,
    "show_uri": "https://api.kexp.org/v2/shows/22098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WSahZm%2BxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WSahZm%2BxL._SL75_.jpg",
    "song": "Lithium (solo acoustic radio appearance)",
    "track_id": "90c2564e-6f83-4a7c-8cbc-b84943a9e2d7",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Sliver: The Best of the Box",
    "release_id": "44a67cc6-4556-485d-a5a4-a9b0598f0a22",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}