Information about plays

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

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

{
    "id": 1177556,
    "uri": "https://api.kexp.org/v2/plays/1177556/?format=api",
    "airdate": "2006-12-27T14:33:01-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517WdEg2n-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517WdEg2n-L._SL75_.jpg",
    "song": "The Under Dog",
    "track_id": "f8d1a74a-857c-4d94-9ade-3868c78460a6",
    "recording_id": null,
    "artist": "Tommy Guerrero",
    "artist_ids": [
        "67fb65b5-6589-47f0-9371-8a40eb268dfb"
    ],
    "album": "From the Soil to the Soul",
    "release_id": "3fd45ff2-061c-4b3d-87a8-c946c878ecc1",
    "release_group_id": null,
    "labels": [
        "Zero+Hour"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}