Information about plays

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

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

{
    "id": 534343,
    "uri": "https://api.kexp.org/v2/plays/534343/?format=api",
    "airdate": "2002-04-03T20:24:15-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W8NZN7QXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W8NZN7QXL._SL75_.jpg",
    "song": "Porchlight",
    "track_id": "fc9f3ad5-75bd-4938-9fd4-abfbca3f7c9e",
    "recording_id": null,
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "Furnace Room Lullaby",
    "release_id": "b3da1b87-ab9d-4bbd-ab4e-d9c46ef41a7d",
    "release_group_id": null,
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}