Information about plays

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

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

{
    "id": 497668,
    "uri": "https://api.kexp.org/v2/plays/497668/?format=api",
    "airdate": "2001-12-17T11:27:00-08:00",
    "show": 8541,
    "show_uri": "https://api.kexp.org/v2/shows/8541/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QDGJN64HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QDGJN64HL._SL75_.jpg",
    "song": "Into the Valley",
    "track_id": "264ca580-2a17-408a-a1e3-5b06a93c554e",
    "recording_id": null,
    "artist": "The Skids",
    "artist_ids": [
        "f74ae14c-845a-4c00-9a84-b0c8dd24ef2c"
    ],
    "album": "The Very Best Of",
    "release_id": "9b9c34fd-f424-45e2-a9bd-19e9c4969957",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}