Information about plays

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

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

{
    "id": 424009,
    "uri": "https://api.kexp.org/v2/plays/424009/?format=api",
    "airdate": "2001-05-13T13:56:15-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SAxhUBM9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SAxhUBM9L._SL75_.jpg",
    "song": "The Jackson Song",
    "track_id": "fd19cf30-426f-453f-aac3-35daa01e072f",
    "recording_id": null,
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Dream of Life",
    "release_id": "2a289252-7b79-4f7e-bd0a-2004438b3397",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "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"
}