Information about plays

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

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

{
    "id": 440579,
    "uri": "https://api.kexp.org/v2/plays/440579/?format=api",
    "airdate": "2001-07-01T21:54:32-07:00",
    "show": 7432,
    "show_uri": "https://api.kexp.org/v2/shows/7432/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rhY1U0G6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rhY1U0G6L._SL75_.jpg",
    "song": "Deep Water",
    "track_id": "aa9a4e18-19ca-4481-aec8-86d1961671c4",
    "recording_id": null,
    "artist": "D*Note",
    "artist_ids": [
        "38b36d28-8f67-47ef-9333-ef666357440c"
    ],
    "album": "Criminal Justice",
    "release_id": "6ae8767d-bd91-4cbf-bbca-17e4708b07c6",
    "release_group_id": null,
    "labels": [
        "Dorado"
    ],
    "label_ids": [
        "5e13f33b-f26b-4a73-83e3-8dddbbcfe0b0"
    ],
    "release_date": "1995-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}