Information about plays

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

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

{
    "id": 532463,
    "uri": "https://api.kexp.org/v2/plays/532463/?format=api",
    "airdate": "2002-03-29T06:52:48-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rhtNIdCYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rhtNIdCYL._SL75_.jpg",
    "song": "Wondering the Fields",
    "track_id": null,
    "recording_id": null,
    "artist": "Idaho",
    "artist_ids": [
        "8b7480fd-4a90-4ada-b8d2-8061307f49c0"
    ],
    "album": "Levitate",
    "release_id": "27a924f7-c5b0-4e70-9a7e-e07c24b91928",
    "release_group_id": null,
    "labels": [
        "Idaho Music"
    ],
    "label_ids": [
        "57eb5445-e445-4dee-a643-eb32d1623b21"
    ],
    "release_date": "2001-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}