Information about plays

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

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

{
    "id": 532595,
    "uri": "https://api.kexp.org/v2/plays/532595/?format=api",
    "airdate": "2002-03-29T16:58:58-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ub1k7yaWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ub1k7yaWL._SL75_.jpg",
    "song": "Supposed to Make You Happy",
    "track_id": "2f16ec0e-fe8f-46bf-a810-3df9642d35ef",
    "recording_id": null,
    "artist": "Tift Merritt",
    "artist_ids": [
        "e6dd42c7-9ed4-41c8-bf50-3387ece6573b"
    ],
    "album": "Bramble Rose",
    "release_id": "4a46e530-b990-4b84-a38e-0861f0041f61",
    "release_group_id": null,
    "labels": [
        "Lost Highway"
    ],
    "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"
}