Information about plays

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

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

{
    "id": 532259,
    "uri": "https://api.kexp.org/v2/plays/532259/?format=api",
    "airdate": "2002-03-28T19:09:08-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PMJE5HTCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PMJE5HTCL._SL75_.jpg",
    "song": "Dog Gone Shame",
    "track_id": "04ea2172-5ec9-42c9-8507-f27f8ca0ce22",
    "recording_id": null,
    "artist": "Lonesome River Band",
    "artist_ids": [
        "1d281e8f-a774-4330-82d6-81fcc880d1cd"
    ],
    "album": "Talkin' to Myself",
    "release_id": "949a68d6-7c33-4192-9f83-22f55efef96d",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "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"
}