Information about plays

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

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

{
    "id": 1264061,
    "uri": "https://api.kexp.org/v2/plays/1264061/?format=api",
    "airdate": "2007-08-07T12:44:33-07:00",
    "show": 22135,
    "show_uri": "https://api.kexp.org/v2/shows/22135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210S1P92GML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210S1P92GML._SL75_.jpg",
    "song": "Connie I've Found the Door",
    "track_id": "eae89698-1fc7-4b7c-b475-c705a02974dc",
    "recording_id": null,
    "artist": "Chainsaw Kittens",
    "artist_ids": [
        "d87dc572-0780-408e-a1b0-f50de5a8a1c4"
    ],
    "album": "Flipped Out in Singapore",
    "release_id": "6f4e0d68-aa55-4eaa-bdde-ecafb33f2cd6",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}