Information about plays

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

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

{
    "id": 1226531,
    "uri": "https://api.kexp.org/v2/plays/1226531/?format=api",
    "airdate": "2007-05-02T21:44:06-07:00",
    "show": 21491,
    "show_uri": "https://api.kexp.org/v2/shows/21491/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31A054EpCbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31A054EpCbL._SL75_.jpg",
    "song": "Silent Love",
    "track_id": "1df2c4d7-d534-4b7c-8d5f-f3d6f43b7ce0",
    "recording_id": null,
    "artist": "The White Birch",
    "artist_ids": [
        "0ff53a91-caee-4efb-9ef5-b363b94e7318"
    ],
    "album": "Come Up for Air",
    "release_id": "09cf0fd8-c902-4f0d-8887-d5e315f5e4a3",
    "release_group_id": null,
    "labels": [
        "Rune Grammofon"
    ],
    "label_ids": [
        "3727d8be-b7c6-425a-814f-e4ae9347ac2f"
    ],
    "release_date": "2006-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}