Information about plays

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

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

{
    "id": 414538,
    "uri": "https://api.kexp.org/v2/plays/414538/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BFR1JA5NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BFR1JA5NL._SL75_.jpg",
    "song": "Bloodflow",
    "track_id": null,
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "Dongs of Sevotion",
    "release_id": "339e4b12-7610-489f-99b9-899f2e27c964",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2000-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}