Information about plays

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

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

{
    "id": 533195,
    "uri": "https://api.kexp.org/v2/plays/533195/?format=api",
    "airdate": "2002-03-31T13:54:57-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ct7QiNXcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ct7QiNXcL._SL75_.jpg",
    "song": "Easter",
    "track_id": null,
    "recording_id": null,
    "artist": "Patti Smith Group",
    "artist_ids": [
        "26638df8-ef34-40d1-8d93-616836b72878"
    ],
    "album": "Easter",
    "release_id": "4c07f2df-280e-4802-b6c4-382b51670751",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1978-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}