Information about plays

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

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

{
    "id": 1049609,
    "uri": "https://api.kexp.org/v2/plays/1049609/?format=api",
    "airdate": "2006-01-26T00:01:10-08:00",
    "show": 18441,
    "show_uri": "https://api.kexp.org/v2/shows/18441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Pg82JHcTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Pg82JHcTL._SL75_.jpg",
    "song": "Handshake Drugs",
    "track_id": null,
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Kicking Television: Live in Chicago",
    "release_id": "ff41a7b9-f165-4f8c-a903-6953061c7947",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}