Information about plays

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

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

{
    "id": 1341818,
    "uri": "https://api.kexp.org/v2/plays/1341818/?format=api",
    "airdate": "2008-02-22T04:44:00-08:00",
    "show": 23440,
    "show_uri": "https://api.kexp.org/v2/shows/23440/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RA3Q8fWLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RA3Q8fWLL._SL75_.jpg",
    "song": "Moanin' and Groanin'",
    "track_id": "af0017e1-8fb2-4c12-bbcc-9d89e62683e1",
    "recording_id": null,
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "Just As I Am",
    "release_id": "c34d0ee9-3d3a-4bb2-b066-e8f6d12c4e84",
    "release_group_id": null,
    "labels": [
        "SMG Records"
    ],
    "label_ids": [
        "a369b73e-f1c4-4384-b6cc-e1330b551dc2"
    ],
    "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"
}