Information about plays

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

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

{
    "id": 495101,
    "uri": "https://api.kexp.org/v2/plays/495101/?format=api",
    "airdate": "2001-12-09T22:27:16-08:00",
    "show": 8492,
    "show_uri": "https://api.kexp.org/v2/shows/8492/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XPB0PJS8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XPB0PJS8L._SL75_.jpg",
    "song": "Tokyo Blues",
    "track_id": "59a20a37-7631-41cb-bad1-0da18c9d102f",
    "recording_id": null,
    "artist": "Cal Tjader",
    "artist_ids": [
        "1015b5e3-8e3d-4d78-806a-c530cf742e66"
    ],
    "album": "Several Shades of Jade / Breeze From the East",
    "release_id": "759de67d-d2d4-4a5e-bc99-28c1c6066026",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}