Information about plays

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

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

{
    "id": 518688,
    "uri": "https://api.kexp.org/v2/plays/518688/?format=api",
    "airdate": "2002-02-17T08:59:00-08:00",
    "show": 8949,
    "show_uri": "https://api.kexp.org/v2/shows/8949/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LMQ%2BMcznL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LMQ%2BMcznL._SL75_.jpg",
    "song": "These Blues",
    "track_id": "58c3e7bb-bfe0-4f8b-b81f-1d8e8d3b4661",
    "recording_id": null,
    "artist": "Charles Brown",
    "artist_ids": [
        "dbc9229a-6fb7-43b1-9763-df1e87112a93"
    ],
    "album": "These Blues",
    "release_id": "5b567d3e-845d-4db7-ba3d-cdba170cde9b",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}