Information about plays

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

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

{
    "id": 532451,
    "uri": "https://api.kexp.org/v2/plays/532451/?format=api",
    "airdate": "2002-03-29T06:00:00-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BrdkkYLWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BrdkkYLWL._SL75_.jpg",
    "song": "Good Morning City",
    "track_id": "48d6eeab-2bf9-426e-ad6f-eaeedcd53bad",
    "recording_id": null,
    "artist": "Arson Welles",
    "artist_ids": [
        "89788b23-5927-454c-a9fb-0bc2a6e6cf43"
    ],
    "album": "Inside the System Is the Spark",
    "release_id": "6abc3071-2a44-4382-b39d-e02ff7ec12f9",
    "release_group_id": null,
    "labels": [
        "self released"
    ],
    "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"
}