Information about plays

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

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

{
    "id": 428627,
    "uri": "https://api.kexp.org/v2/plays/428627/?format=api",
    "airdate": "2001-05-27T13:50:31-07:00",
    "show": 7201,
    "show_uri": "https://api.kexp.org/v2/shows/7201/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cVYOpafVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cVYOpafVL._SL75_.jpg",
    "song": "Pacific Memories",
    "track_id": "440a3523-ca64-4e28-8755-8296da12d3f5",
    "recording_id": null,
    "artist": "Fenomenon",
    "artist_ids": [
        "89f3b568-1c17-4849-9f27-0636805009fd"
    ],
    "album": "Om Lounge 5",
    "release_id": "e0a73940-11c5-4615-8be1-8ab425ec01ea",
    "release_group_id": null,
    "labels": [
        "Om Records"
    ],
    "label_ids": [
        "3a3876c3-a364-4cdd-91df-2d4c10f36cea"
    ],
    "release_date": "2001-05-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}