Information about plays

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

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

{
    "id": 1380004,
    "uri": "https://api.kexp.org/v2/plays/1380004/?format=api",
    "airdate": "2008-05-29T13:37:42-07:00",
    "show": 24082,
    "show_uri": "https://api.kexp.org/v2/shows/24082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CyUEyjexL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CyUEyjexL._SL75_.jpg",
    "song": "Trees",
    "track_id": "57571645-c362-4d9a-9679-a91390b0fe8f",
    "recording_id": null,
    "artist": "Everest",
    "artist_ids": [
        "3514b888-077b-4ba1-a61b-8849cf1ac50a"
    ],
    "album": "Ghost Notes",
    "release_id": "dc9e072f-18e4-44b0-b8fc-6cdae955bc3a",
    "release_group_id": null,
    "labels": [
        "Vapor Records"
    ],
    "label_ids": [
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}