Information about plays

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

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

{
    "id": 1276770,
    "uri": "https://api.kexp.org/v2/plays/1276770/?format=api",
    "airdate": "2007-09-08T12:47:00-07:00",
    "show": 22345,
    "show_uri": "https://api.kexp.org/v2/shows/22345/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E0AMZEV6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E0AMZEV6L._SL75_.jpg",
    "song": "She's Gone",
    "track_id": null,
    "recording_id": null,
    "artist": "The Purrs",
    "artist_ids": [
        "1978fa58-f7c5-460e-92f6-5ed703ce2bc7"
    ],
    "album": "The Purrs",
    "release_id": "57a72186-c8cf-4702-8015-4a42a20e557d",
    "release_group_id": null,
    "labels": [
        "Sarathan Records"
    ],
    "label_ids": [
        "a326fb0a-a248-49a4-94bb-f6823aa6a45f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}