Information about plays

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

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

{
    "id": 434235,
    "uri": "https://api.kexp.org/v2/plays/434235/?format=api",
    "airdate": "2001-06-13T11:37:30-07:00",
    "show": 7308,
    "show_uri": "https://api.kexp.org/v2/shows/7308/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Iq0kC6khL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Iq0kC6khL._SL75_.jpg",
    "song": "Synchronised Sinking",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lucksmiths",
    "artist_ids": [
        "0181f745-7f48-4065-9089-f42810b52149"
    ],
    "album": "Why That Doesn't Surprise Me",
    "release_id": "bc144bd1-56e8-4a56-b73a-d5d4942cc2dd",
    "release_group_id": null,
    "labels": [
        "Clover Records"
    ],
    "label_ids": [
        "1166b89e-eb81-4675-b88b-1b6c454a7ee3"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}