Information about plays

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

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

{
    "id": 1264691,
    "uri": "https://api.kexp.org/v2/plays/1264691/?format=api",
    "airdate": "2007-08-09T00:46:00-07:00",
    "show": 22144,
    "show_uri": "https://api.kexp.org/v2/shows/22144/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312SJXQT15L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312SJXQT15L._SL75_.jpg",
    "song": "I Hate the Kids",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Suicide Invoice",
    "release_id": "62bdb67c-10aa-48c0-b7c6-f8147ffa12e8",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2002-06-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}