Information about plays

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

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

{
    "id": 1385483,
    "uri": "https://api.kexp.org/v2/plays/1385483/?format=api",
    "airdate": "2008-06-14T05:55:00-07:00",
    "show": 24184,
    "show_uri": "https://api.kexp.org/v2/shows/24184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CBP55JKPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CBP55JKPL._SL75_.jpg",
    "song": "Give the Gallon",
    "track_id": "d3edfd15-12ba-4b7b-93c5-d8835239b397",
    "recording_id": null,
    "artist": "Thee Michelle Gun Elephant",
    "artist_ids": [
        "3d693ab2-7c33-4b69-87bc-c105b5bbf547"
    ],
    "album": "Gear Blues",
    "release_id": "752cb070-1ad4-42ec-bf4d-c3c4d3dd9b34",
    "release_group_id": null,
    "labels": [
        "Nappon"
    ],
    "label_ids": [],
    "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"
}