Information about plays

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

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

{
    "id": 1402376,
    "uri": "https://api.kexp.org/v2/plays/1402376/?format=api",
    "airdate": "2008-07-26T23:36:47-07:00",
    "show": 24467,
    "show_uri": "https://api.kexp.org/v2/shows/24467/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515DHtO4OlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515DHtO4OlL._SL75_.jpg",
    "song": "Stallkicker",
    "track_id": "426884a6-1bef-4dfe-86cd-64b91c8ce17f",
    "recording_id": null,
    "artist": "Oxbow",
    "artist_ids": [
        "77ce400e-ec88-49d6-b5df-14356ec708dc"
    ],
    "album": "An Evil Heat",
    "release_id": "d7210ab9-a37c-4f9c-a723-3317ff5344d5",
    "release_group_id": null,
    "labels": [
        "Neurot Recordings"
    ],
    "label_ids": [
        "90f4b73e-9367-4020-86c3-34ea4bb83014"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}