Information about plays

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

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

{
    "id": 415540,
    "uri": "https://api.kexp.org/v2/plays/415540/?format=api",
    "airdate": "2001-04-17T02:48:00-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T9K4xtCVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T9K4xtCVL._SL75_.jpg",
    "song": "Solid Gold 2",
    "track_id": "07a4d98c-89cf-4e4e-a3b4-e682b0eb0495",
    "recording_id": null,
    "artist": "The Nightgowns",
    "artist_ids": [
        "05f14506-61b5-4ad2-b647-5f6192a35a45"
    ],
    "album": "Sing Something",
    "release_id": "82c2f32c-ed0c-4c76-98e3-6247fe03b0ab",
    "release_group_id": null,
    "labels": [
        "self released"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}