Information about plays

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

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

{
    "id": 532655,
    "uri": "https://api.kexp.org/v2/plays/532655/?format=api",
    "airdate": "2002-03-29T19:43:00-08:00",
    "show": 9221,
    "show_uri": "https://api.kexp.org/v2/shows/9221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21QQG01P8GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21QQG01P8GL._SL75_.jpg",
    "song": "So Round, So Firm, So Fully Packed",
    "track_id": "08f8a575-94a7-4407-8f04-97157b0d197b",
    "recording_id": null,
    "artist": "Merle Travis",
    "artist_ids": [
        "13da4ed2-7344-49aa-aa73-004826896c5c"
    ],
    "album": "The Best of Merle Travis",
    "release_id": "f8ad143e-7532-4723-aac6-3aa388cdd841",
    "release_group_id": null,
    "labels": [],
    "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"
}