Information about plays

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

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

{
    "id": 1412391,
    "uri": "https://api.kexp.org/v2/plays/1412391/?format=api",
    "airdate": "2008-08-21T02:39:26-07:00",
    "show": 24638,
    "show_uri": "https://api.kexp.org/v2/shows/24638/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IInOGmfhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IInOGmfhL._SL75_.jpg",
    "song": "Métro",
    "track_id": "8b7b61c4-3e4f-4350-903f-671a9b89331d",
    "recording_id": null,
    "artist": "Mahogany",
    "artist_ids": [
        "7ae235e2-429b-4162-9783-c038d820331a"
    ],
    "album": "Memory Column: Early Works and Rarities, MCMXCVI-MMIV (disc 1: Song Cycle No. 1 for Rural Michigan 1997-1999)",
    "release_id": "54e4ae4f-010a-4fa4-8d22-61dbd82a74a6",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2005-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}