Information about plays

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

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

{
    "id": 499439,
    "uri": "https://api.kexp.org/v2/plays/499439/?format=api",
    "airdate": "2001-12-22T15:17:00-08:00",
    "show": 8571,
    "show_uri": "https://api.kexp.org/v2/shows/8571/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MB709JZDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MB709JZDL._SL75_.jpg",
    "song": "The Other Side of the Moon",
    "track_id": "df4c49b7-f3a9-4d53-af4d-be2d32d32807",
    "recording_id": null,
    "artist": "Suffering and the Hideous Thieves",
    "artist_ids": [
        "7d943ee2-2bc9-4d94-8839-79375693c322"
    ],
    "album": "Real Panic Formed",
    "release_id": "a29f860a-d4ec-4941-85b8-76f967ed43e0",
    "release_group_id": null,
    "labels": [
        "Velvet Blue Music"
    ],
    "label_ids": [
        "359708b2-0edb-44d0-a04a-28b6762febab"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}