Information about plays

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

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

{
    "id": 495587,
    "uri": "https://api.kexp.org/v2/plays/495587/?format=api",
    "airdate": "2001-12-11T07:32:00-08:00",
    "show": 8500,
    "show_uri": "https://api.kexp.org/v2/shows/8500/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61K1SpSS84L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61K1SpSS84L._SL75_.jpg",
    "song": "Ana Ng",
    "track_id": "fa435d7e-1d78-4185-9248-0c6be967f9db",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Then: The Earlier Years (disc 2)",
    "release_id": "17e1f289-a3e0-4bad-a049-9a2083c495e3",
    "release_group_id": null,
    "labels": [
        "restless"
    ],
    "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"
}