Information about plays

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

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

{
    "id": 531297,
    "uri": "https://api.kexp.org/v2/plays/531297/?format=api",
    "airdate": "2002-03-26T08:17:48-08:00",
    "show": 9199,
    "show_uri": "https://api.kexp.org/v2/shows/9199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414X2JWSBML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414X2JWSBML._SL75_.jpg",
    "song": "A Cleaner Light",
    "track_id": "989279e0-ef3a-4f56-9686-87bdfa30ccd6",
    "recording_id": null,
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Sky Motel",
    "release_id": "6737b0ef-6104-49e2-96fe-8c38a048838a",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1999-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}