Information about plays

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

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

{
    "id": 443466,
    "uri": "https://api.kexp.org/v2/plays/443466/?format=api",
    "airdate": "2001-07-10T05:10:00-07:00",
    "show": 7486,
    "show_uri": "https://api.kexp.org/v2/shows/7486/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QYFUr7W2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QYFUr7W2L._SL75_.jpg",
    "song": "Vit",
    "track_id": "4c478c4e-9b99-4c51-864b-06b735669915",
    "recording_id": null,
    "artist": "The Future Sound of London",
    "artist_ids": [
        "a1d77dd4-8728-4a47-bdfa-9663d791139c"
    ],
    "album": "Lifeforms",
    "release_id": "1f50cbd4-ea24-41ed-bd56-3c657f061416",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}