Information about plays

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

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

{
    "id": 1416367,
    "uri": "https://api.kexp.org/v2/plays/1416367/?format=api",
    "airdate": "2008-08-30T23:19:00-07:00",
    "show": 24702,
    "show_uri": "https://api.kexp.org/v2/shows/24702/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hr6bV9FtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hr6bV9FtL._SL75_.jpg",
    "song": "Old Grey Mare Stomp/Stark Raving Nude",
    "track_id": "a41281a5-0df3-4017-b1f6-cf2feb673a67",
    "recording_id": null,
    "artist": "Rest in Pieces",
    "artist_ids": [
        "3cb8bd68-6c42-4dea-b0c6-f33c66cc790b"
    ],
    "album": "My Rage",
    "release_id": "1bd53b63-58ab-44dd-b8fd-645f2e44b4ce",
    "release_group_id": null,
    "labels": [
        "Blackout! Records"
    ],
    "label_ids": [
        "471d40b6-2df1-4f74-bc92-1aecce56bb6c"
    ],
    "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"
}