Information about plays

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

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

{
    "id": 1295121,
    "uri": "https://api.kexp.org/v2/plays/1295121/?format=api",
    "airdate": "2007-10-25T16:19:13-07:00",
    "show": 22656,
    "show_uri": "https://api.kexp.org/v2/shows/22656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q64B297RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q64B297RL._SL75_.jpg",
    "song": "Trash",
    "track_id": "31fe1984-28d2-4a8b-9868-ec12e9bf3ee5",
    "recording_id": null,
    "artist": "New York Dolls",
    "artist_ids": [
        "1b96b9c9-0832-40cb-9f8d-7274de3733fc"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of New York Dolls",
    "release_id": "aea11f2a-ed34-4824-a45b-61e61939c6ca",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}