Information about plays

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

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

{
    "id": 447222,
    "uri": "https://api.kexp.org/v2/plays/447222/?format=api",
    "airdate": "2001-07-21T02:22:30-07:00",
    "show": 7556,
    "show_uri": "https://api.kexp.org/v2/shows/7556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VqUd0ZNzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VqUd0ZNzL._SL75_.jpg",
    "song": "Tron-rmx",
    "track_id": null,
    "recording_id": null,
    "artist": "Panacea",
    "artist_ids": [
        "1087a691-35da-4450-b6bd-5d18d4304b97"
    ],
    "album": "Low Profile Darkness",
    "release_id": "594af470-7c0f-4ba6-a85c-de84169a310e",
    "release_group_id": null,
    "labels": [
        "X Force"
    ],
    "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"
}